TencentSdkLogEvent class
SDK 内部运行日志事件。
映射来源:Android TencentLocationLogListener.onSDKRunningLogChanged(int logLevel, String log)。
仅 Android 原生会产出此事件,其它平台不发出。
Constructors
- TencentSdkLogEvent({required int level, required String log})
-
const
- TencentSdkLogEvent.fromMap(Map map)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited