DeviceAppAttributes class

Constructors

DeviceAppAttributes(String id)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Reference ID generated on native side.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Manually call Finalizer.detach for this Reference.
inherited
getAppName() Future<String?>
getAppVersion() Future<String?>
getClientId() Future<String?>
getDeviceId() Future<String?>
getDeviceModel() Future<String?>
getMobileSdkVersion() Future<String?>
getNativeAppType() Future<String?>
getOsName() Future<String?>
getOsVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Return a string representation of current class type and reference id.
inherited

Operators

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

Static Methods

create({String? appVersion, String? appName, String? osVersion, String? osName, String? nativeAppType, String? mobileSdkVersion, String? deviceModel, String? deviceId, String? clientId}) Future<DeviceAppAttributes>