IntermediateAccountInfo

@Hide class IntermediateAccountInfo : AbstractSafeParcelable
com.google.android.gms.dtdi.core.IntermediateAccountInfo

An intermediate representation of AccountInfo.

Summary

Public constructors

<init>(accountId: ByteArray, supportedIntentActions: List<String>, additionalMetadata: ByteArray)

An intermediate representation of AccountInfo.

Public methods

Boolean
equals(other: Any?)

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

equals

fun equals(other: Any?): Boolean

writeToParcel

fun writeToParcel(
    dest: Parcel,
    flags: Int
): Unit

Properties

accountId

val accountId: ByteArray

An identifier for this account

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>