DTIasReport class
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
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
reportSubscribeSuccess(String originalOrderId, String orderId, String sku, double price, String currency, String seq, String placement, {String entrance = "", JsonMap? properties = const {}})
→ Future<void>
-
订阅成功上报 (Android & iOS 自适应)
-
reportSubscribeSuccessAndroid(String originalOrderId, String orderId, String sku, double price, String currency, {JsonMap? properties = const {}})
→ Future<void>
-
订阅成功上报 (Android)
-
reportSubscribeSuccessIos(String seq, String placement, String sku, String orderId, String originalOrderId, String price, String currency, {String entrance = ""})
→ Future<void>
-
订阅成功上报 (iOS)