IsSandboxActivatedResult class

Information returned when the isSandboxActivated API is successfully called.

Constructors

IsSandboxActivatedResult.new({String? errMsg, bool? isSandboxApk, bool? isSandboxUser, String? returnCode, String? versionFrMarket, String? versionInApk, Status? status})
Creates an IsSandboxActivatedResult object.
IsSandboxActivatedResult.fromJson(String str)
Creates an IsSandboxActivatedResult object from a JSON string.
factory
IsSandboxActivatedResult.fromMap(Map json)
factory

Properties

errMsg String?
Result code description.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isSandboxApk bool?
Indicates whether the APK version meets the requirements of sandbox testing.
getter/setter pair
isSandboxUser bool?
Indicates whether a sandbox testing account is used.
getter/setter pair
returnCode String?
Result code.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
Status object that contains the task processing result.
getter/setter pair
versionFrMarket String?
Information about the app version that is last released on HUAWEI AppGallery.
getter/setter pair
versionInApk String?
App version information.
getter/setter pair

Methods

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

Operators

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