UmengApmSdk class

Constructors

UmengApmSdk({required String name, required String bver, UmengApmEnv? env, int? projectType = 0, String? flutterVersion = '-', bool? enableLog = false, String? engineVersion = '-', Map<String, dynamic>? errorFilter, InitFlutterBinding? initFlutterBinding, bool? enableTrackingPageFps = false, bool? enableTrackingPagePerf = false, OnError? onError})

Properties

bver String
getter/setter pair
enableLog bool?
getter/setter pair
enableTrackingPageFps bool?
getter/setter pair
enableTrackingPagePerf bool?
getter/setter pair
engineVersion String?
getter/setter pair
env UmengApmEnv?
getter/setter pair
errorFilter Map<String, dynamic>?
getter/setter pair
flutterVersion String?
getter/setter pair
getStore Map<String, dynamic>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
initFlutterBinding ↔ InitFlutterBinding?
getter/setter pair
name String
getter/setter pair
onError ↔ OnError?
getter/setter pair
projectType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersion String
getter/setter pair

Methods

callInitOptios() → dynamic
dispatchEvent({required ACTIONS type, Map? data}) → void
inherited
errorLog(dynamic msg) → void
inherited
getApmNavigatorObserver() ApmNavigatorObserver
init({AppRunner? appRunner}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printLog(dynamic msg) → void
inherited
releaseLog(dynamic msg) → void
inherited
setStoreMultiProperty(List<Map<String, dynamic>>? config) → void
inherited
setStoreProperty({required String name, dynamic value}) → void
inherited
subscribeEvent(Map<String, dynamic>? config) → void
inherited
toString() String
A string representation of this object.
inherited
validateArguments() bool
waitNativeSdkInited() FutureOr<bool>
warnLog(dynamic msg) → void
inherited

Operators

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