Package-level declarations

Types

Link copied to clipboard
data class GetHubApnsCredential(val applicationMode: String, val bundleId: String, val keyId: String, val teamId: String, val token: String)
Link copied to clipboard
data class GetHubGcmCredential(val apiKey: String)
Link copied to clipboard
data class GetHubResult(val apnsCredentials: List<GetHubApnsCredential>, val gcmCredentials: List<GetHubGcmCredential>, val id: String, val location: String, val name: String, val namespaceName: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getHub.

Link copied to clipboard
data class GetNamespaceResult(val enabled: Boolean, val id: String, val location: String, val name: String, val namespaceType: String, val resourceGroupName: String, val servicebusEndpoint: String, val sku: GetNamespaceSku, val tags: Map<String, String>)

A collection of values returned by getNamespace.

Link copied to clipboard
data class GetNamespaceSku(val name: String)
Link copied to clipboard
data class HubApnsCredential(val applicationMode: String, val bundleId: String, val keyId: String, val teamId: String, val token: String)
Link copied to clipboard
data class HubBrowserCredential(val subject: String, val vapidPrivateKey: String, val vapidPublicKey: String)
Link copied to clipboard
data class HubGcmCredential(val apiKey: String)