RegistrationProtocol
public protocol RegistrationProtocol
Undocumented
-
The unique token to identify the device for push notifcations.
Remark
This property should be assigned in the String.Declaration
Swift
var deviceToken: String? { get set }
-
createTenantIdentifer()
Extension methodCreates a new unique identifier for the tenant.
Remark
This method saves the generated string toNSUserDefaults.standardUserDefaults
with theRegistrationAttributes.TenantIdentifier
key.Declaration
Swift
public func createTenantIdentifer() -> String
Return Value
A string containing a formatted UUID.