E2eeSelfKeyListParcelable


class E2eeSelfKeyListParcelable : Parcelable


Contains a list of E2eeSelfKeyParcelable.

Summary

Nested types

Builder class for E2eeSelfKeyListParcelable.

Public functions

Boolean
equals(other: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From android.os.Parcelable

Constants

Public functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

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

Public properties