ConsumerAlert

public abstract class ConsumerAlert implements Parcelable


The consumer alert message for the place when suspicious review activity or policy violations are detected.

Summary

Nested types

public abstract class ConsumerAlert.Builder

Builder for ConsumerAlert.

Public constructors

Public methods

static ConsumerAlert.Builder

Returns a Builder.

abstract @Nullable ConsumerAlertDetails

The details of the consumer alert message.

abstract @Nullable String

The language code of the consumer alert message.

abstract @Nullable String

The overview of the consumer alert message.

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

ConsumerAlert

public ConsumerAlert()

Public methods

builder

public static ConsumerAlert.Builder builder()

Returns a Builder.

getDetails

public abstract @Nullable ConsumerAlertDetails getDetails()

The details of the consumer alert message.

getLanguageCode

public abstract @Nullable String getLanguageCode()

The language code of the consumer alert message.

getOverview

public abstract @Nullable String getOverview()

The overview of the consumer alert message.