Interface OpenExternalAppCallback.Params

Enclosing interface:
OpenExternalAppCallback

public static interface OpenExternalAppCallback.Params
The parameters of the OpenExternalAppCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the localized text of the "Cancel" action.
    default String
    Returns the localized dialog message.
    default String
    Returns the localized text of the "Open..." action.
    default String
    Returns the localized dialog title.
  • Method Details

    • title

      default String title()
      Returns the localized dialog title.
    • message

      default String message()
      Returns the localized dialog message.
    • openActionText

      default String openActionText()
      Returns the localized text of the "Open..." action.
    • cancelActionText

      default String cancelActionText()
      Returns the localized text of the "Cancel" action.