PPAsaAttributionPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PPAsaAttributionPlatform
Implementers

Constructors

PPAsaAttributionPlatform.new()
Constructs a PpAsaAttributionPlatform.

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

attributionToken() Future<String?>
获取归因token
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAttributionDetails() Future<Map<String, dynamic>?>
请求归因详情
requestAttributionWithToken(String token) Future<Map<String, dynamic>?>
使用token请求归因详情
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance PPAsaAttributionPlatform
The default instance of PPAsaAttributionPlatform to use.
getter/setter pair