MAF.dialogs.VerifyPin

new MAF.dialogs.VerifyPin()

Configs

callback : {function}

Function to call once dialog completes.

cancelCallback : {function}

Function to call on cancelation of dialog.

errorMessage : {String}

Message to be displayed when incorrect pin is entered.

forgotPinCallback : {function}

Function to call when user has forgotten his/her pincode.

message : {String}

Message to be displayed inside the dialog.

profileId : {Number}

Profile ID of desired user.

title : {String}

Title of the dialog.

type : {String}

String, one of adult (default), master, youth, purchase or passport.

Methods

getDialogConfig() inherited

Produces an error if a subclass does not override this method.

handleCallback() inherited

Produces an error if a subclass does not override this method.

hide() → {Class} inherited

Hide the dialog.

Returns:

This component.

initialize() inherited

Initialize the class

show() → {Class} inherited

Shows the dialog.

Returns:

This component.