Push class

Constructors

Push(Map map)
Constructor of Push

Properties

action PushAction?
action of push
getter/setter pair
appKey String?
appkey of application
getter/setter pair
applicationId int?
applicationId
getter/setter pair
body String?
body of push
getter/setter pair
buttons List<PushButton>
buttons of push if it was showed
getter/setter pair
campaignId String?
campaign id
getter/setter pair
data String?
data attach
getter/setter pair
gif List<String>?
gif or thre images
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
icon
getter/setter pair
id int?
id of push
getter/setter pair
image String?
image if is show
getter/setter pair
isDisposable bool
if push disponsable
getter/setter pair
layout Layout?
layout type
getter/setter pair
pushId int?
push id to hybrid sdk
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securedData String?
secured data if it was disponsable
getter/setter pair
sendEventAck bool
sen event ack
getter/setter pair
sendingId String?
sending id
getter/setter pair
silent bool
if push is silent or not
getter/setter pair
title String?
title of push
getter/setter pair

Methods

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

Operators

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