NetcorePX class

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

clearAttribute(String key) → void
clearScreenName() → void
clearUserId() → void
disableDebugLogs() → void
enableDebugLogs() → void
enableHierarchyLogs() → void
getBoolean(String key, bool fallbackValue) Future<bool>
getDouble(String key, double fallbackValue) Future<double>
getInt(String key, int fallbackValue) Future<int>
getInteractionMaps() Future<Map<String, String>>
getJSONArray(String key, Object fallbackValue) Future<Object>
getJSONObject(String key, Object fallbackValue) Future<Object>
getString(String key, String fallbackValue) Future<String>
initSDK() → void
logEvent(String eventName, String? vendor, Map<String, Object>? payload) Future<Map<String, Object>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putAttribute(String key, dynamic value) → void
putAttributes(Map<String, dynamic> attributes) → void
registerPxActionListener(String action, PxActionListener listener) → void
registerPxDeeplinkListener(PxDeeplinkListener listener) → void
registerPxInternalEventsListener(PxInternalEventsListener listener) → void
setPxInitializationListener(PxInitializationListener listener) → void
setScreenName(String screenName) → void
setUserId(String identity) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NetcorePX
no setter