toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.advertising
/
TagID
Tag
ID
data
class
TagID
(
var
id
:
String
?
=
null
,
var
isDeviceMac
:
Boolean
=
false
)
:
Parcelable
Members
Constructors
Tag
ID
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
isDeviceMac
:
Boolean
=
false
)
Properties
id
Link copied to clipboard
var
id
:
String
?
is
Device
Mac
Link copied to clipboard
var
isDeviceMac
:
Boolean
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)