InlineIssuanceEntry.InlineIssuanceDisplayProperties


public final class InlineIssuanceEntry.InlineIssuanceDisplayProperties


The display metadata associated with a InlineIssuanceEntry to be rendered in a selector UI.

Summary

Public constructors

InlineIssuanceDisplayProperties(
    CharSequence subtitle,
    CharSequence titleHint,
    Bitmap iconHint
)

Public methods

boolean
equals(Object other)
final Bitmap

the icon that may be displayed for this entry in the selector UI only if the registering application is system privileged; otherwise, the application icon will be used.

final CharSequence

the subtitle to display for this entry

final CharSequence

the title that may be displayed for this entry in the selector UI only if the registering application is system privileged; otherwise, the application label will be used.

int

Public constructors

InlineIssuanceDisplayProperties

Added in 1.0.0-alpha02
public InlineIssuanceDisplayProperties(
    CharSequence subtitle,
    CharSequence titleHint,
    Bitmap iconHint
)

Public methods

equals

public boolean equals(Object other)

getIconHint

Added in 1.0.0-alpha02
public final Bitmap getIconHint()

the icon that may be displayed for this entry in the selector UI only if the registering application is system privileged; otherwise, the application icon will be used. Therefore, most applications should leave this unset.

getSubtitle

Added in 1.0.0-alpha02
public final CharSequence getSubtitle()

the subtitle to display for this entry

getTitleHint

Added in 1.0.0-alpha02
public final CharSequence getTitleHint()

the title that may be displayed for this entry in the selector UI only if the registering application is system privileged; otherwise, the application label will be used. Therefore, most applications should leave this unset.

hashCode

public int hashCode()