PersonalDataType

enum PersonalDataType : Enum<PersonalDataType> , Parcelable

The types of personal data, stored on a phone, that can be shared with a VPA.

Entries

Link copied to clipboard

SMS and messages from other messaging apps.

Link copied to clipboard

Phone contacts.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)