MethodChannelComTappSo class
An implementation of ComTappSoPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ComTappSoPlatform
- MethodChannelComTappSo
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchLinkData(
) → Future< Map< String, dynamic> ?> -
Fetch deferred link data
inherited
-
fetchOriginLinkData(
) → Future< Map< String, dynamic> ?> -
Fetch original install link data
inherited
-
generateUrl(
Map< String, dynamic> args) → Future<String?> -
Generate a tapp URL from arguments
inherited
-
getPlatformVersion(
) → Future< String?> -
override
-
handleTappEvent(
Map< String, dynamic> args) → Future<bool?> -
Track a tapp-domain event (purchase, referral, etc.)
inherited
-
initialize(
Map< String, dynamic> config) → Future<bool?> -
Initialize native SDK with a config map
{
"authToken": String,
"environment": "prod" | "staging",
"tappToken": String,
"affiliate": String (e.g., "tapp")
}
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldProcess(
Map< String, dynamic> args) → Future<bool?> -
Decide if a deep link should be handled by the SDK
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited