InlineIssuanceEntry.InlineIssuanceDisplayProperties


class InlineIssuanceEntry.InlineIssuanceDisplayProperties


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

Summary

Public constructors

InlineIssuanceDisplayProperties(
    subtitle: CharSequence?,
    titleHint: CharSequence?,
    iconHint: Bitmap?
)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

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.

CharSequence?

the subtitle to display for this entry

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.

Public constructors

InlineIssuanceDisplayProperties

Added in 1.0.0-alpha02
InlineIssuanceDisplayProperties(
    subtitle: CharSequence?,
    titleHint: CharSequence? = null,
    iconHint: Bitmap? = null
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

iconHint

Added in 1.0.0-alpha02
val iconHintBitmap?

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.

subtitle

Added in 1.0.0-alpha02
val subtitleCharSequence?

the subtitle to display for this entry

titleHint

Added in 1.0.0-alpha02
val titleHintCharSequence?

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.