APMModule class
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- onBadgeClickSubscription ↔ StreamSubscription?
-
getter/setter pair
- servicesUserSubscription ↔ StreamSubscription?
-
getter/setter pair
Static Methods
-
closeBigBadge(
) → Future -
device(
) → Future< Map> -
getBaseUrl(
) → Future< String> -
hideBadge(
) → Future -
initAppWithAppID(
String partnerID, String partnerSecret, String appId) → Future -
initAppWithPartnerID(
String partnerID, String partnerSecret) → Future -
isDebugMode(
) → Future< bool> -
isOpenBigBadge(
) → Future< bool> -
openBigBadge(
) → Future -
openBigBadgeWithController(
int controller) → Future -
refreshSDK(
bool force) → Future -
setBadgeEnabled(
bool enabled) → Future -
setBaseUrl(
String baseUrl) → Future -
setDebugMode(
bool debugMode) → Future -
setDeviceOptIn(
int deviceOptIn) → Future -
setDeviceStatus(
int deviceStatus) → Future -
setInterstitialEnabled(
bool enabled) → Future -
setNotificationFullscreenEnabled(
bool enabled) → Future -
setOnBadgeClickListener(
void onData(dynamic event)?) → Future -
setServicesUserListener(
void onData(dynamic event)?) → Future -
showBadge(
) → Future -
showOnboarding(
) → Future -
showOnboardingConnected(
bool connected) → Future -
triggerAction(
String actionName) → Future -
triggerActions(
List listActionName) → Future -
triggerActionsWithCompletion(
List listActionName, List listProperties) → Future -
triggerActionsWithProperties(
List listActionName, List listProperties) → Future -
triggerActionsWithTags(
List tags) → Future -
triggerActionWithCompletion(
String actionName) → Future -
triggerActionWithProperties(
String actionName, Map properties) → Future -
triggerActionWithPropertiesAndCompletion(
String actionName, Map properties) → Future -
triggerActionWithTag(
Map tag) → Future -
user(
) → Future< Map>