GDTActionPlatform class abstract
GDTAction 平台接口
- Inheritance
-
- Object
- PlatformInterface
- GDTActionPlatform
- Implementers
Constructors
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
-
reportPurchaseAction(
{required String type, required String name, required String contentId, required int number, required String channel, required String realCurrency, required int amount, required bool isSuccess}) → Future< bool> -
startSDK(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
{required String name, Map< String, dynamic> ? params}) → Future<bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ GDTActionPlatform
-
默认平台实现
getter/setter pair