Interface DevicePasscodePromptOptions
public interface DevicePasscodePromptOptions
Defines the elements of the device passcode prompt (title and description).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A builder forDevicePasscodePromptOptions
. -
Method Summary
-
Method Details
-
builder
Returns a newDevicePasscodePromptOptions.Builder
.- Returns:
- a new
DevicePasscodePromptOptions.Builder
-
title
String title()The title to be used to prompt the user.- Returns:
- the prompt title.
-
description
The optional description to be used to prompt the user.- Returns:
- the prompt description.
-