Interface ImageMenuOption.Builder

    • Method Detail

      • availabilityStatus

        ImageMenuOption.Builder availabilityStatus​(String availabilityStatus)

        The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.

        Parameters:
        availabilityStatus - The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DashboardBehavior, DashboardBehavior
      • availabilityStatus

        ImageMenuOption.Builder availabilityStatus​(DashboardBehavior availabilityStatus)

        The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.

        Parameters:
        availabilityStatus - The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DashboardBehavior, DashboardBehavior