com.google.android.gms.contactkeys


Interfaces

ContactKeyClient

A client for the Contact Key API.

E2eeBaseKeyParcelable

Interface class representing the shared data for all types of keys handled by the Key Verifier.

OnAccountContactKeysUpdatedListener

Listener triggered when account contact keys are updated.

Classes

ContactInfoParcelable

Parcelable object containing information about a single contact.

ContactInfoParcelable.Builder

Builder class for ContactInfoParcelable.

E2eeAccountContactKeyParcelable

Represents an account key, a client-owned key used for end-to-end encryption tied to a given app-specific account, which may be tied to zero, one or more contacts.

E2eeAccountContactKeyParcelable.Builder

Builder class for E2eeAccountContactKeyParcelable.

E2eeAccountKeyInfo

Contains the information about an account key which can be updated by clients, eg through updateAllE2eeAccountKeys.

E2eeAccountKeyInfo.Builder

Builder class for E2eeAccountKeyInfo.

E2eeContactKeyListParcelable

Contains a list of E2eeContactKeyParcelable.

E2eeContactKeyListParcelable.Builder

Builder class for E2eeContactKeyListParcelable.

E2eeContactKeyParcelable

Represents an E2eeBaseKeyParcelable tied to a single contact.

E2eeContactKeyParcelable.Builder

Builder class for E2eeContactKeyParcelable.

E2eeSelfKeyListParcelable

Contains a list of E2eeSelfKeyParcelable.

E2eeSelfKeyListParcelable.Builder

Builder class for E2eeSelfKeyListParcelable.

E2eeSelfKeyParcelable

Represents an E2eeBaseKeyParcelable tied to the current user.

E2eeSelfKeyParcelable.Builder

Builder class for E2eeSelfKeyParcelable.

ContactKey

Entry point for developers to instantiate the Contact Key API client.