PlatformDeviceAppAttributesInterface class abstract
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
-
create(
String? appVersion, String? appName, String? osVersion, String? osName, String? nativeAppType, String? mobileSdkVersion, String? deviceModel, String? deviceId, String? clientId) → Future< DeviceAppAttributes> -
getAppName(
DeviceAppAttributes instance) → Future< String?> -
getAppVersion(
DeviceAppAttributes instance) → Future< String?> -
getClientId(
DeviceAppAttributes instance) → Future< String?> -
getDeviceId(
DeviceAppAttributes instance) → Future< String?> -
getDeviceModel(
DeviceAppAttributes instance) → Future< String?> -
getMobileSdkVersion(
DeviceAppAttributes instance) → Future< String?> -
getNativeAppType(
DeviceAppAttributes instance) → Future< String?> -
getOsName(
DeviceAppAttributes instance) → Future< String?> -
getOsVersion(
DeviceAppAttributes instance) → Future< String?> -
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