AzureAppPushReceiverResponse

data class AzureAppPushReceiverResponse(val emailAddress: String, val name: String)

The Azure mobile App push notification receiver.

Constructors

Link copied to clipboard
constructor(emailAddress: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address registered for the Azure mobile app.

Link copied to clipboard

The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group.