Hubro Connect
Toggle table of contents
1.4.3
android
Target filter
android
Switch theme
Search in API
Skip to content
Hubro Connect
Hubro Connect
/
no.hubroplatform.hubroconnect
/
AndroidNfcViewModel
Android
Nfc
View
Model
android
class
AndroidNfcViewModel
:
NfcViewModel
,
ViewModel
Members
Constructors
Android
Nfc
View
Model
Link copied to clipboard
android
constructor
(
)
Properties
account
Id
Link copied to clipboard
android
val
accountId
:
StateFlow
<
String
?
>
detected
Tag
Link copied to clipboard
android
val
detectedTag
:
StateFlow
<
Tag
?
>
user
Token
Link copied to clipboard
android
val
userToken
:
StateFlow
<
String
?
>
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
clear
Tag
Link copied to clipboard
android
fun
clearTag
(
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
on
Tag
Detected
Link copied to clipboard
android
fun
onTagDetected
(
tagId
:
Tag
?
)
set
Account
Id
Link copied to clipboard
android
open
override
fun
setAccountId
(
accountId
:
String
?
)
set
User
Token
Link copied to clipboard
android
open
override
fun
setUserToken
(
userToken
:
String
?
)