ChabokPush class
Constructors
- ChabokPush()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addTag(
dynamic tagName) → Future -
addTags(
List< String> tags) → Future -
addToUserAttributeArray(
String attributeKey, List< String> attributeValues) → dynamic -
decrementUserAttribute(
String attributeKey, [double attributeValue = 1]) → dynamic -
getInstallationId(
) → Future -
getUserId(
) → Future -
incrementUserAttribute(
String attributeKey, [double attributeValue = 1]) → dynamic -
login(
String userId) → Future -
logout(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publish(
ChabokMessage message) → dynamic -
removeFromUserAttributeArray(
String attributeKey, List< String> attributeValues) → dynamic -
removeTag(
dynamic tagName) → Future -
removeTags(
dynamic tags) → Future -
setOnConnectionHandler(
dynamic callback) → void -
setOnDeepLinkHandler(
dynamic callback) → void -
setOnMessageCallback(
dynamic callback) → void -
setOnNotificationOpenedHandler(
dynamic callback) → void -
setOnReferralHandler(
dynamic callback) → void -
setOnShowNotificationHandler(
dynamic callback) → void -
setUserAttributes(
dynamic attributes) → dynamic -
subscribe(
String channelName) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
track(
String trackName, [dynamic arguments]) → dynamic -
trackPurchase(
String trackName, ChabokEvent chabokEvent) → dynamic -
unsetUserAttribute(
String attribute) → dynamic -
unsetUserAttributes(
List< String> attributes) → dynamic -
unsubscribe(
String channelName) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
no setter