IntermediateAccountInfo
@Hide class IntermediateAccountInfo : AbstractSafeParcelable
com.google.android.gms.dtdi.core.IntermediateAccountInfo |
An intermediate representation of AccountInfo.
Summary
Public constructors |
|
---|---|
An intermediate representation of AccountInfo. |
Public methods |
|
---|---|
Boolean | |
Unit |
writeToParcel(dest: Parcel, flags: Int) |
Properties |
|
---|---|
ByteArray |
An identifier for this account |
ByteArray |
Bytes that are propagated as-is to an originating device that has matched against this account |
List<String> |
List of intent action strings that are supported by this account |
Companion properties |
|
---|---|
Creator<IntermediateAccountInfo> |
Public constructors
<init>
IntermediateAccountInfo(
accountId: ByteArray,
supportedIntentActions: List<String>,
additionalMetadata: ByteArray)
An intermediate representation of AccountInfo.
Public methods
Properties
additionalMetadata
val additionalMetadata: ByteArray
Bytes that are propagated as-is to an originating device that has matched against this account
supportedIntentActions
val supportedIntentActions: List<String>
List of intent action strings that are supported by this account
Companion properties
CREATOR
val CREATOR: Creator<IntermediateAccountInfo>