DirectMessageConfiguration class
Specifies the settings and content for the default message and any default messages that you tailored for specific channels.
Constructors
- DirectMessageConfiguration({ADMMessage? aDMMessage, APNSMessage? aPNSMessage, BaiduMessage? baiduMessage, DefaultMessage? defaultMessage, DefaultPushNotificationMessage? defaultPushNotificationMessage, EmailMessage? emailMessage, GCMMessage? gCMMessage, SMSMessage? sMSMessage, VoiceMessage? voiceMessage})
Properties
- aDMMessage → ADMMessage?
-
The default push notification message for the ADM (Amazon Device Messaging)
channel. This message overrides the default push notification message
(DefaultPushNotificationMessage).
final
- aPNSMessage → APNSMessage?
-
The default push notification message for the APNs (Apple Push Notification
service) channel. This message overrides the default push notification
message (DefaultPushNotificationMessage).
final
- baiduMessage → BaiduMessage?
-
The default push notification message for the Baidu (Baidu Cloud Push)
channel. This message overrides the default push notification message
(DefaultPushNotificationMessage).
final
- defaultMessage → DefaultMessage?
-
The default message for all channels.
final
- defaultPushNotificationMessage → DefaultPushNotificationMessage?
-
The default push notification message for all push notification channels.
final
- emailMessage → EmailMessage?
-
The default message for the email channel. This message overrides the
default message (DefaultMessage).
final
- gCMMessage → GCMMessage?
-
The default push notification message for the GCM channel, which is used to
send notifications through the Firebase Cloud Messaging (FCM), formerly
Google Cloud Messaging (GCM), service. This message overrides the default
push notification message (DefaultPushNotificationMessage).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sMSMessage → SMSMessage?
-
The default message for the SMS channel. This message overrides the default
message (DefaultMessage).
final
- voiceMessage → VoiceMessage?
-
The default message for the voice channel. This message overrides the
default message (DefaultMessage).
final
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