SdkAccountInfo class
Constructors
- SdkAccountInfo.new()
-
SdkAccountInfo.fromJson(Map<
String, dynamic> json)
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
-
getAccountType(
) → int -
getAgentID(
) → String? -
getAgentToken(
) → String? -
getAppPackageId(
) → String? -
getAppToken(
) → String? -
getAppUid(
) → String? -
getDeviceID(
) → String? -
getPublicKey(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAgentID(
String id) → void -
setAgentToken(
String token) → void -
setAppPackageId(
String id) → void -
setAppToken(
String token) → void -
setAppUid(
String id) → void -
setDeviceID(
String id) → void -
setPublicKey(
String key) → void -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ACCOUNT_TYPE_APP → const int
- ACCOUNT_TYPE_DEVICE → const int