PushSDKCredentials

public class PushSDKCredentials

Contains the credentials for a PushSDK service instance. You will typically receive an instance of this type through cloudEnv.getPushSDKCredentials(name: String).

Reference Push Notification.

  • The appGuid from the Push Notification service instance credentials.

    Declaration

    Swift

    public let appGuid: String
  • The apiKey from the Push Notification service instance credentials.

    Declaration

    Swift

    public let apiKey: String
  • The region from the Push Notification service instance credentials.

    Declaration

    Swift

    public let region: String
  • Initializes an instance of the Push Notification service credentials.

    Declaration

    Swift

    public init(appGuid: String, apiKey: String, region: String)