ADMChannelRequest class

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

Constructors

ADMChannelRequest({required String clientId, required String clientSecret, bool? enabled})

Properties

clientId String
The Client ID that you received from Amazon to send messages by using ADM.
final
clientSecret String
The Client Secret that you received from Amazon to send messages by using ADM.
final
enabled bool?
Specifies whether to enable the ADM channel for the application.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited