Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a single device |
|
response.id | Number | The id of the device on the server |
|
response.type | String | The type of this object ('devices') |
|
response.udid | String | Unique identifier for this installation |
|
response.technology | String | ios, android, web |
|
response.access_token | String | The access token |
|
response.push_id | String | The push id used for push notifications |
|
response.created_at | String | Created at |
|
response.updated_at | String | Updated at |
|
response.app_version | String | App Version |