Difference between revisions of "TrustedDevice"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fie...") |
|||
| Line 49: | Line 49: | ||
! Master | ! Master | ||
{{!}} bool | {{!}} bool | ||
| + | {{!}} | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! TokenEnabled | ||
| + | {{!}} bool | ||
| + | {{!}} | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! NotificationToken | ||
| + | {{!}} String | ||
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 65: | Line 75: | ||
: "Enabled": 1, | : "Enabled": 1, | ||
: "DeviceExternalId": "", | : "DeviceExternalId": "", | ||
| − | : "Master": false | + | : "Master": false, |
| + | : "TokenEnabled": false, | ||
| + | : "NotificationToken": "" | ||
} | } | ||
| Line 84: | Line 96: | ||
{{!}} Initial data type implementation | {{!}} Initial data type implementation | ||
{{!}} Harley Cabral | {{!}} Harley Cabral | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! 3.0 | ||
| + | {{!}} New properties on TrustedDevice object: | ||
| + | * TokenEnabled | ||
| + | * NotificationToken | ||
| + | {{!}} Ricardo Calvo | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Latest revision as of 18:53, 1 July 2015
Members
| Field | Data Type | Description |
|---|---|---|
| CreationDate | int | |
| DeviceExternalId | String | |
| DeviceId | String | |
| DeviceTypeId | String | |
| Enabled | int | |
| FriendlyName | String | |
| ID | int | |
| Master | bool | |
| TokenEnabled | bool | |
| NotificationToken | String |
Example
{
- "ID": 23756,
- "DeviceId": "353317050544643",
- "FriendlyName": "SAMSUNG GT-I9300",
- "DeviceTypeId": 501,
- "CreationDate": 1366920941,
- "Enabled": 1,
- "DeviceExternalId": "",
- "Master": false,
- "TokenEnabled": false,
- "NotificationToken": ""
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |
| 3.0 | New properties on TrustedDevice object:
|
Ricardo Calvo |