SCInitialOptions class

Constructors

SCInitialOptions({required String appId, required String appVersion, required String areaId, required NetType netType, String channel = '', String? gaodeApiKey, bool enableLog = true, String startType = '直接打开'})

Properties

appId String
appId
final
appVersion String
app版本号
final
areaId String
区域id
final
channel String
渠道
final
enableLog bool
是否开始日志
final
gaodeApiKey String?
***** 以下仅支持 ios ***** /// 高德 apiKey
final
hashCode int
The hash code for this object.
no setterinherited
netType NetType
当前网络类型
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startType String
app 启动来源,分三种:直接打开、push唤醒、app调起,默认为直接打开
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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