toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.advertising
/
AndroidAdvConfiguration
Android
Adv
Configuration
data
class
AndroidAdvConfiguration
(
var
tagid
:
String
?
=
null
,
var
advModes
:
String
?
=
null
,
var
advTxPowers
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Android
Adv
Configuration
Link copied to clipboard
constructor
(
tagid
:
String
?
=
null
,
advModes
:
String
?
=
null
,
advTxPowers
:
String
?
=
null
)
Properties
adv
Modes
Link copied to clipboard
var
advModes
:
String
?
adv
Tx
Powers
Link copied to clipboard
var
advTxPowers
:
String
?
tagid
Link copied to clipboard
var
tagid
:
String
?
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
)