Click or drag to resize

IViewManagerShowExtendedNumericInputPopup Method

Shows phone input dialog.

Namespace:  Resto.Front.Api.V4.UI
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IInputResult ShowExtendedNumericInputPopup(
	string title,
	string hint,
	ExtendedInputSettings settings
)

Parameters

title
Type: SystemString
Dialog title.
hint
Type: SystemString
Hint to show to user.
settings
Type: Resto.Front.Api.V4.UIExtendedInputSettings
Input types and hints to them.

Return Value

Type: IInputResult
Input result.
See Also