BroadcastConstants


public static class BroadcastConstants


Constants for broadcast actions and extras.

Summary

Constants

static final @NonNull String

Broadcast action sent when launching ContactKeys.

static final @NonNull String

Key for the extra containing the account name in the broadcast intent.

static final @NonNull String

Key for the extra containing true if this is the first launch of ContactKeys.

static final @NonNull String

Key for the extra containing the lookup key in the broadcast intent.

Public fields

static @NonNull BroadcastConstants

Constants

ACTION_LAUNCH_CONTACT_KEYS

public static final @NonNull String ACTION_LAUNCH_CONTACT_KEYS

Broadcast action sent when launching ContactKeys.

EXTRA_ACCOUNT_NAME

public static final @NonNull String EXTRA_ACCOUNT_NAME

Key for the extra containing the account name in the broadcast intent.

EXTRA_FIRST_LAUNCH

public static final @NonNull String EXTRA_FIRST_LAUNCH

Key for the extra containing true if this is the first launch of ContactKeys.

EXTRA_LOOKUP_KEY

public static final @NonNull String EXTRA_LOOKUP_KEY

Key for the extra containing the lookup key in the broadcast intent.

Public fields

INSTANCE

public static @NonNull BroadcastConstants INSTANCE