Kumulos class

Constructors

Kumulos()

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 Methods

associateUserWithInstall({required String identifier, Map<String, dynamic>? attributes}) Future<void>
clearUserAssociation() Future<void>
logError(Object error, StackTrace stackTrace) Future<void>
logUncaughtError(Object error, StackTrace stackTrace) Future<void>
onFlutterError(FlutterErrorDetails details) → void
pushRequestDeviceToken() → void
pushUnregister() → void
sendEddystoneBeaconProximity({required String hexNamespace, required String hexInstance, double? distanceMetres}) → void
sendiBeaconProximity({required String proximityUuid, required int major, required int minor, int proximity = 0}) → void
sendLocationUpdate({required double latitude, required double longitude}) → void
setEventHandlers({void pushOpenedHandler(KumulosPushNotification)?, void pushReceivedHandler(KumulosPushNotification)?, void inAppDeepLinkHandler(Map<String, dynamic>)?, void deepLinkHandler(KumulosDeepLinkOutcome)?}) → void
trackEvent({required String eventType, Map<String, dynamic>? properties}) → void
trackEventImmediately({required String eventType, Map<String, dynamic>? properties}) → void