WebhookDeliveryStatusPayloadEventNameEnum class
Name of the event type webhook is being triggered for.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → WebhookDeliveryStatusPayloadEventNameEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< WebhookDeliveryStatusPayloadEventNameEnum>
Constants
- BOUNCE → const WebhookDeliveryStatusPayloadEventNameEnum
- BOUNCE_RECIPIENT → const WebhookDeliveryStatusPayloadEventNameEnum
- DELIVERY_STATUS → const WebhookDeliveryStatusPayloadEventNameEnum
- EMAIL_OPENED → const WebhookDeliveryStatusPayloadEventNameEnum
- EMAIL_READ → const WebhookDeliveryStatusPayloadEventNameEnum
- EMAIL_RECEIVED → const WebhookDeliveryStatusPayloadEventNameEnum
- NEW_ATTACHMENT → const WebhookDeliveryStatusPayloadEventNameEnum
- NEW_CONTACT → const WebhookDeliveryStatusPayloadEventNameEnum
- NEW_EMAIL → const WebhookDeliveryStatusPayloadEventNameEnum
- NEW_SMS → const WebhookDeliveryStatusPayloadEventNameEnum
-
values
→ const List<
WebhookDeliveryStatusPayloadEventNameEnum> - List of all possible values in this WebhookDeliveryStatusPayloadEventNameEnum.