public boolean onRestoreData(IntentParams intentParams) { if (!(intentParams.getParam(KEY_POSITION) instanceof Integer)) { return false; } if (!(intentParams.getParam(KEY_CURRENT_TIME) instanceof Integer)) { return false; } if (!(intentParams.getParam(KEY_PLAY_STATE) instanceof String)) ...
Documentation All Technologies Sample Code Library Accelerate Adding a bokeh effect to images Adjusting saturation and applying tone mapping Adjusting the brightness and contrast of an image Accelerate Adding a bokeh effect to images Adjusting saturation and applying tone mapping Adjusting the...
Directly reading a string field returns C address of the field in the form of an int, for example: obj=pyds.NvDsVehicleObject.cast(data);print(obj.type) This will print an int representing the address ofobj.typein C (which is a char*). To retrieve the string value of this field, u...
This sample contains mocks for the Microsoft Graph API based on the Microsoft Graph API documentation. Mocks are created based on sample requests and responses included in the Microsoft Graph documentation. Using these mocks, you can simulate calling Microsoft Graph API without having to connect...
The WebView2APISample app window opens: Close the sample app window.Step 8: Update the prerelease WebView2 SDKThe repo version of this sample has a Prerelease version of the WebView2 SDK installed. Below, you'll update the WebView2 SDK to the latest Prerelease version (unless the latest...
android:name="com.dji.sdk.API_KEY" android:value=""/> Run the Sample App Compile the sample application to the Android or iOS Mobile Device. Then the Mobile Device can be connected to the DJI product to run the Sample App. For Aircraft that use Lightbridge as the wireless link between ...
Select the Set link to generate the Application ID URI in the form of api://{base-url}/botid-{AppID}. Insert your fully qualified domain name (with a forward slash "/" appended to the end) between the double forward slashes and the GUID. The entire ID should...
of Database table structure - Creation of approx. 30 – 40 new endpoints required (as per the API spec doc) - Device and notification management – SNS subscribe / Unsubscribe - Creation of routines to communicatechanges toCTI - Create a full set of Developer Documentation - Create automated ...
Learn Metal fundamentals in this series of introductory samples. This series begins by showing how to create a window and render primitives and advances with samples showing 3D rendering and compute processing. macOS Download sample code Performing Calculations on a GPU Use Metal to find GPUs and...
invokes api method: getcallcentersettings function getcallcentersettings ( ) { sforce . interaction . cti . getcallcentersettings ( getcallcentersettingscallback ) ; } // callback of api method: setsoftphoneheight var setsoftphoneheightcallback = function ( response ) { // returns true ...