Class RVImageAsset

This class represents an object that is used to show an image within the customized app user interface.

Index

Accessors

  • get image(): RVImage | null

    Retrieve the RVImage object that contains the source of the image and the alt text used to describe the image for accessibility.

    Returns RVImage | null

  • set image(value: RVImage | null): void

    An RVImage object that contains the source of the image and the alt text used to describe the image for accessibility.

    Parameters

    Returns void

  • get subtitle(): string

    Retrieve the string used as the subtitle label.

    Returns string

  • set subtitle(value: string): void

    A string used as the subtitle label.

    Parameters

    • value: string

    Returns void

  • get title(): string

    Retrieve the string used as the title label.

    Returns string

  • set title(value: string): void

    A string used as the title label.

    Parameters

    • value: string

    Returns void