AppstackPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AppstackPluginPlatform
- Implementers
Constructors
- AppstackPluginPlatform()
- Constructs a AppstackPluginPlatform.
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
-
configure(
String apiKey, bool isDebug, String? endpointBaseUrl, int logLevel) → Future< void> - Configure Appstack SDK with your API key and optional parameters
-
enableAppleAdsAttribution(
) → Future< bool> - Enable Apple Search Ads Attribution tracking (iOS only)
-
getAppstackId(
) → Future< String?> - Get the Appstack ID for the current user
-
getAttributionParams(
) → Future< Map< String, dynamic> ?> - Get attribution parameters
-
isSdkDisabled(
) → Future< bool> - Check if the SDK is disabled
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendEvent(
String eventType, String? eventName, Map< String, dynamic> ? parameters) → Future<bool> - Send an event with optional parameters
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AppstackPluginPlatform
-
The default instance of AppstackPluginPlatform to use.
getter/setter pair