BrazePushEvent class

Constructors

BrazePushEvent(String _data)

Properties

android Map<String, dynamic>
Android-specific fields
getter/setter pair
badgeCount int?
Notification badge count
getter/setter pair
body String?
Notification body, or content text
getter/setter pair
brazeProperties Map<String, dynamic>
Braze properties associated with the campaign (key-value pairs)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
URL associated with the notification image
getter/setter pair
ios Map<String, dynamic>
iOS-specific fields
getter/setter pair
isBrazeInternal bool
Specifies whether the payload is used by Braze for an internal SDK feature
getter/setter pair
isSilent bool
Specifies whether the payload was received silently.
getter/setter pair
payloadType String
Notification payload type. Only push_opened events are supported on iOS
getter/setter pair
pushEventJsonString String
Push Notification event json
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryText String?
Notification summary text. Mapped from subtitle on iOS
getter/setter pair
timestamp int
In-app message body click action
getter/setter pair
title String?
Notification title
getter/setter pair
url String?
URL opened by the notification
getter/setter pair
useWebview bool
Specifies whether the URL should be opened in a modal webview
getter/setter pair

Methods

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

Operators

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