IAppAnalytics class abstract

Constructors

IAppAnalytics()

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

logAddPaymentInfo() Future<void>
添加付费信息
logEcommercePurchase({String? currency, double? value, String? transactionId}) Future<void>
消费
logEvent({required String name, Map<String, dynamic>? parameters}) Future<void>
logJoinGroup({required String groupId}) Future<void>
logLogin({String? loginMethod}) Future<void>
logPurchaseRefund({String? currency, double? value, String? transactionId}) Future<void>
退款
logSearch({required String searchTerm}) Future<void>
logSelectContent({required String contentType, required String itemId}) Future<void>
logShare({required String contentType, required String itemId, required String method}) Future<void>
logSignUp({required String signUpMethod}) Future<void>
logSpendVirtualCurrency({required String itemName, required String virtualCurrencyName, required num value}) Future<void>
消费虚拟货币
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetAnalyticsData() Future<void>
setAnalyticsCollectionEnabled(bool enabled) Future<void>
setCurrentScreen({required String? screenName, String screenClassOverride = 'Flutter'}) Future<void>
setUserId(String? id) Future<void>
setUserProperty({required String name, required String? value}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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