Device.getVelocityId()
Overview
Gets the Velocity licensing ID used on the device.
Added in version 2.1.11
Format
var id = Device.getVelocityId();
Parameter | Description | Type | Required |
---|---|---|---|
id | A string containing the Velocity licensing ID. | String | Return |
Example
Copy
/* Display a toast message of the Velocity licensing ID.
*/
View.toast(Device.getVelocityId(),true);