E2eeContactKeyListParcelable


public final class E2eeContactKeyListParcelable implements Parcelable


Contains a list of E2eeContactKeyParcelable.

Summary

Nested types

Builder class for E2eeContactKeyListParcelable.

Public methods

boolean
@Nullable ImmutableList<E2eeContactKeyParcelable>

Returns the list of keys.

int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int

Constants

CREATOR

public static final Parcelable.Creator<E2eeContactKeyListParcelableCREATOR

Public fields

Public methods

equals

public boolean equals(@Nullable Object other)

getKeys

public @Nullable ImmutableList<E2eeContactKeyParcelablegetKeys()

Returns the list of keys.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)