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?
  • createTenantIdentifer() Extension method

    Creates a new unique identifier for the tenant.

    Remark

    This method saves the generated string to NSUserDefaults.standardUserDefaults with the RegistrationAttributes.TenantIdentifier key.

    Declaration

    Swift

    public func createTenantIdentifer() -> String