ZonkaSdk class
Constructors
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
-
getAppVersionCode(
) → Future< String?> - Retrieves the application version code.
-
getBrandName(
) → Future< String?> -
getDeviceId(
) → Future< String?> -
getDeviceName(
) → Future< String?> - Retrieves the device name.
-
getDeviceSerial(
) → Future< String?> - Retrieves the device serial number.
-
getIsTablet(
) → Future< bool?> -
getModelName(
) → Future< String?> - Retrieves the current screen name.
-
getPlatformVersion(
) → Future< String?> - Retrieves the platform version.
-
getScreenName(
) → Future< String?> - Retrieves the current screen name.
-
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