UserContextPersistDeviceToken Method |
Creates or looks up the device token for the current user, device, and os
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void PersistDeviceToken(
IAppContext appCxt,
string deviceID,
string deviceOS,
string appVersion,
string deviceType,
string deviceOSVersion
)
Public Sub PersistDeviceToken (
appCxt As IAppContext,
deviceID As String,
deviceOS As String,
appVersion As String,
deviceType As String,
deviceOSVersion As String
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object. - deviceID
- Type: SystemString
The device id to use when creating a token. - deviceOS
- Type: SystemString
The device operating system. - appVersion
- Type: SystemString
The version of the application. - deviceType
- Type: SystemString
The name of the device (iPhone 6s, Galaxy 7) - deviceOSVersion
- Type: SystemString
The version of the device os (9.0.4)
See Also