Moblink class

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
moblinkCallBack ↔ (dynamic Function(MLSDKScene scene)?)
getter/setter pair
moblinkError ↔ (dynamic Function(Object error)?)
getter/setter pair
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

Operators

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

Static Methods

getMobId(MLSDKScene scene, dynamic result(String mobid, String domain, MLSDKError error)?) Future
getPrivacyPolicy(String type, dynamic result(dynamic data, dynamic error)?) Future
restoreScene(dynamic callback(MLSDKScene scene)) Future
restoreScene_Android() Future
sharedInstance() Moblink
uploadPrivacyPermissionStatus(int status, dynamic result(bool success)?) Future