AdmChannelRequest

Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID that you received from Amazon to send messages by using ADM.

Link copied to clipboard

The Client Secret that you received from Amazon to send messages by using ADM.

Link copied to clipboard

Specifies whether to enable the ADM channel for the application.

Functions

Link copied to clipboard
inline fun copy(block: AdmChannelRequest.Builder.() -> Unit = {}): AdmChannelRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String