Click or drag to resize

IPinPadPanel Interface

Interface to implement a VR pin panel. Note: Need to make sure to hook up Delete, Confirm, and EnterCharacter to their buttons

Namespace:  ImmerseSDK.Authentication.PinPad
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IPinPadPanel

The IPinPadPanel type exposes the following members.

Methods
  NameDescription
Public methodClearInput
Clears the current input value
Public methodConfirm
Confirm input
Public methodDeleteCharacter
Delete a character from the input text
Public methodDisableInput
Disable user input on the PIN panel
Public methodEnableInput
Enable user input on the PIN panel
Public methodEnterCharacter
Adds a character to the input text
Public methodHide
Hides the pin pad
Public methodHideMessage
Hides the any message shown under the pin panel
Public methodShow
Shows the pin pad
Public methodShowMessage
Show a message under the pin panel
Top
See Also