Constructor
protected
new FirebaseTokenModel()
FirebaseTokenModel Constructor
Source
Members
accountIdstring
The Account this Firebase Token belongs to
Type
-
string
Source
deletedboolean
Whether the Firebase Token has been deleted
Type
-
boolean
Source
deviceNamestring
The Device Name
Type
-
string
Source
devicePlatformstring
The Device Platform
Type
-
string
Source
enabledboolean
Whether the Firebase Token should receive Notifications
Type
-
boolean
Source
idstring
The Firebase Token ID
Type
-
string
Source
tokenstring
The Firebase Token
Type
-
string
Source
updateTimestampDate
When the Firebase Token was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {FirebaseTokenModel}
Create a new FirebaseTokenModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
FirebaseTokenModel