BuzzBooster class

Constructors

BuzzBooster()

Properties

hashCode int
The hash code for this object.
no setterinherited
optInMarketingCampaignMoveButtonClickedCallback ← (dynamic Function()?)
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userEventChannel ← (dynamic Function(String, Map<String, dynamic>?)?)
no getter

Methods

handleInitialMessage(Map<String, dynamic> data) Future<void>
handleNotification(Map<String, dynamic> map) Future<void>
handleOnMessageOpenedApp(Map<String, dynamic> data) Future<void>
init({required String androidAppKey, required String iosAppKey}) Future<void>
isBuzzBoosterNotification(Map<String, dynamic> map) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postJavaScriptMessage(String message) Future<void>
sendEvent(String eventName, Map<String, Object>? eventValues) Future<void>
setPushToken(String token) Future<void>
setTheme(BuzzBoosterTheme theme) Future<void>
setUser(User? user) Future<void>
showCampaignWithId(String campaignId) Future<void>
showCampaignWithType(CampaignType campaignType) Future<void>
showHome() Future<void>
showInAppMessage() Future<void>
showNaverPayExchange() Future<void>
showPage(String pageId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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