Package | com.myflashlab.air.extensions.localAuth |
Class | public class AndroidAuthSettings |
Inheritance | AndroidAuthSettings Object |
Property | Defined By | ||
---|---|---|---|
cancelButton : String [write-only]
Message showed on a button that the user can click to leave the current dialog. | AndroidAuthSettings | ||
fingerprintHint : String [write-only]
Hint message advising the user how to scan their fingerprint. | AndroidAuthSettings | ||
fingerprintNotRecognized : String [write-only]
Message to let the user know that authentication was failed. | AndroidAuthSettings | ||
fingerprintRequired : String [write-only]
Message showed as a title in a dialog which indicates the user fingerprint is not set up yet on their
device. | AndroidAuthSettings | ||
fingerprintSuccess : String [write-only]
Message to let the user know that authentication was successful. | AndroidAuthSettings | ||
goToSetting : String [write-only]
Message showed on a button that the user can click to go to settings pages from the current dialog. | AndroidAuthSettings | ||
goToSettingDescription : String [write-only]
Message advising the user to go to the settings and configure fingerprint on their device. | AndroidAuthSettings | ||
signInTitle : String [write-only]
Message showed as a title in a dialog which indicates the user that they need to scan fingerprint to
continue. | AndroidAuthSettings |
Method | Defined By | ||
---|---|---|---|
AndroidAuthSettings | |||
read():Object | AndroidAuthSettings |
cancelButton | property |
cancelButton:String
[write-only] Message showed on a button that the user can click to leave the current dialog. Maximum 30 characters.
public function set cancelButton(value:String):void
fingerprintHint | property |
fingerprintHint:String
[write-only] Hint message advising the user how to scan their fingerprint. Maximum 60 characters.
public function set fingerprintHint(value:String):void
fingerprintNotRecognized | property |
fingerprintNotRecognized:String
[write-only] Message to let the user know that authentication was failed. Maximum 60 characters.
public function set fingerprintNotRecognized(value:String):void
fingerprintRequired | property |
fingerprintRequired:String
[write-only] Message showed as a title in a dialog which indicates the user fingerprint is not set up yet on their device. Maximum 60 characters.
public function set fingerprintRequired(value:String):void
fingerprintSuccess | property |
fingerprintSuccess:String
[write-only] Message to let the user know that authentication was successful. Maximum 60 characters.
public function set fingerprintSuccess(value:String):void
goToSetting | property |
goToSetting:String
[write-only] Message showed on a button that the user can click to go to settings pages from the current dialog. Maximum 30 characters.
public function set goToSetting(value:String):void
goToSettingDescription | property |
goToSettingDescription:String
[write-only] Message advising the user to go to the settings and configure fingerprint on their device.
public function set goToSettingDescription(value:String):void
signInTitle | property |
signInTitle:String
[write-only] Message showed as a title in a dialog which indicates the user that they need to scan fingerprint to continue. Maximum 60 characters.
public function set signInTitle(value:String):void
AndroidAuthSettings | () | Constructor |
public function AndroidAuthSettings()
read | () | method |
public function read():Object
ReturnsObject |