TemplateConfiguration class
Specifies the message template to use for the message, for each type of channel.
Constructors
- TemplateConfiguration({Template? emailTemplate, Template? pushTemplate, Template? sMSTemplate, Template? voiceTemplate})
-
TemplateConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- emailTemplate → Template?
-
The email template to use for the message.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushTemplate → Template?
-
The push notification template to use for the message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sMSTemplate → Template?
-
The SMS template to use for the message.
final
- voiceTemplate → Template?
-
The voice template to use for the message. This object isn't supported for
campaigns.
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