GetHubApnsCredential

data class GetHubApnsCredential(val applicationMode: String, val bundleId: String, val keyId: String, val teamId: String, val token: String)

Constructors

Link copied to clipboard
constructor(applicationMode: String, bundleId: String, keyId: String, teamId: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Application Mode which defines which server the APNS Messages should be sent to. Possible values are Production and Sandbox.

Link copied to clipboard

The Bundle ID of the iOS/macOS application to send push notifications for, such as com.org.example.

Link copied to clipboard

The Apple Push Notifications Service (APNS) Key.

Link copied to clipboard

The ID of the team the Token.

Link copied to clipboard

The Push Token associated with the Apple Developer Account.