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) Future<void>
clearScreenName() Future<void>
clearUserId() Future<void>
disableDebugLogs() Future<void>
enableDebugLogs() Future<void>
enableHierarchyLogs() Future<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() Future<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) Future<void>
putAttributes(Map<String, dynamic> attributes) Future<void>
registerPxActionListener(String action, PxActionListener listener) Future<void>
registerPxDeeplinkListener(PxDeeplinkListener listener) Future<void>
registerPxInternalEventsListener(PxInternalEventsListener listener) Future<void>
setPxInitializationListener(PxInitializationListener listener) Future<void>
setScreenName(String screenName) Future<void>
setUserId(String identity) Future<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