"async" | Boolean | Specifies whether the action should perform asynchronously. | null |
"description" | String | Description of the biometry pop-up. | null |
"negativeButton" | String | Text of the cancel button in the biometry pop-up. | null |
"onError" | String | Event that is fired if there was an error decrypting. | null |
"onErrorType" | OnErrorType | Type of event that will be fired on error. | null |
"onSuccess" (required) | String | Event that is fired if the settings were decrypted. | null |
"onSuccessType" | OnSuccessType | Type of event that will be fired on success. | null |
"settings" (required) | Array | List of settings to decrypt. | null |
"subTitle" | String | Subtitle of the biometry pop-up. | null |
"title" | String | Title of biometry pop-up. | null |