MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
multipaz-android-legacy
/
com.android.identity.android.util
/
NfcUtil
/
ParsedHandoverSelectMessage
Parsed
Handover
Select
Message
data
class
ParsedHandoverSelectMessage
(
val
encodedDeviceEngagement
:
ByteArray
,
val
connectionMethods
:
List
<
MdocConnectionMethod
>
)
Members
Constructors
Parsed
Handover
Select
Message
Link copied to clipboard
constructor
(
encodedDeviceEngagement
:
ByteArray
,
connectionMethods
:
List
<
MdocConnectionMethod
>
)
Properties
connection
Methods
Link copied to clipboard
@
JvmField
val
connectionMethods
:
List
<
MdocConnectionMethod
>
encoded
Device
Engagement
Link copied to clipboard
@
JvmField
val
encodedDeviceEngagement
:
ByteArray