ConsumerAlertDetails

public abstract class ConsumerAlertDetails implements Parcelable


The details of the consumer alert message.

Summary

Nested types

public abstract class ConsumerAlertDetails.Builder

Builder for ConsumerAlertDetails.

Public constructors

Public methods

static ConsumerAlertDetails.Builder

Returns a Builder.

abstract @Nullable String

The title to show for the link to provide more information.

abstract @Nullable Uri

The URI of the link to provide more information

abstract @Nullable String

The description of the consumer alert message.

abstract @Nullable String

The title to show together with the description.

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
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

ConsumerAlertDetails

public ConsumerAlertDetails()

Public methods

builder

public static ConsumerAlertDetails.Builder builder()

Returns a Builder.

getAboutLinkTitle

public abstract @Nullable String getAboutLinkTitle()

The title to show for the link to provide more information.

getAboutLinkUri

public abstract @Nullable Uri getAboutLinkUri()

The URI of the link to provide more information

getDescription

public abstract @Nullable String getDescription()

The description of the consumer alert message.

getTitle

public abstract @Nullable String getTitle()

The title to show together with the description.