CombainExceptionCapture class abstract

Exception capture handler for the Combain SDK. Mimics the Kotlin CombainExceptionCapture interface.

Implement this interface to capture exceptions from the native SDK and send them to your error tracking service (e.g., Sentry, Firebase Crashlytics).

Constructors

CombainExceptionCapture()

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

captureException({required String exception, String? message, String? stackTrace, String tag = "CombainSDK"}) → void
Captures an exception with an optional message. This will be called when the native SDK encounters an exception.
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