Resource Base
Language | Declaration |
---|---|
Java(Android) | class EnumDMChargeWay |
Objective-C & Swift | enum EnumDMChargeWay |
Member (Android) | Member (iOS) | Value | Description |
---|---|---|---|
DM_CW_AUTO |
EnumDMChargeWayAuto |
0 | The charge way is automatically determined by the license server. |
DM_CW_DEVICE_COUNT |
EnumDMChargeWayDeviceCount |
1 | Charges by the count of devices. |
DM_CW_CONCURRENT_DEVICE_COUNT |
EnumDMChargeWayConcurrentDeviceCount |
3 | Charges by the count of concurrent devices. |
DM_CW_APP_DOMAIN_COUNT |
EnumDMChargeWayAppDomainCount |
6 | Charges by the count of app domains. |
DM_CW_ACTIVE_DEVICE_COUNT |
EnumDMChargeWayActiveDeviceCount |
8 | Charges by the count of active devices. |
latest version