Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeAndroid Type = 1 TypeIOS Type = 2 TypeAndroidString = "android" TypeIOSString = "ios" )
type of device
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { // FCMToken for firebase cloud messaging // changed when applicaion uninstalled FCMToken string // ACMToken for apple cloud messaging // changed when application uninstalled ACMTOken string // ID of device // only get changed when phone got formatted DeviceID string }
Device struct
Click to show internal directories.
Click to hide internal directories.