BuzzBoosterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BuzzBoosterPlatform
- Implementers
Constructors
Properties
-
eventStream
→ Stream<
MapEntry< NativeEvent, dynamic> > -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
optInMarketinCampaignMoveButtonClickedEventStream
→ Stream<
void> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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> -
isInitialized(
) → 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> -
showPage(
String pageId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BuzzBoosterPlatform
-
getter/setter pair