Interface DevicePasscodePromptOptions


public interface DevicePasscodePromptOptions
Defines the elements of the device passcode prompt (title and description).
See Also:
  • Method Details

    • builder

      @NonNull static DevicePasscodePromptOptions.Builder builder()
      Returns a new DevicePasscodePromptOptions.Builder.
      Returns:
      a new DevicePasscodePromptOptions.Builder
    • title

      @NonNull String title()
      The title to be used to prompt the user.
      Returns:
      the prompt title.
    • description

      @NonNull Optional<String> description()
      The optional description to be used to prompt the user.
      Returns:
      the prompt description.