Packagecom.myflashlab.air.extensions.localAuth
Classpublic class AndroidAuthSettings
InheritanceAndroidAuthSettings Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
AndroidAuthSettings
  
read():Object
AndroidAuthSettings
Property Detail
cancelButtonproperty
cancelButton:String  [write-only]

Message showed on a button that the user can click to leave the current dialog. Maximum 30 characters.


Implementation
    public function set cancelButton(value:String):void
fingerprintHintproperty 
fingerprintHint:String  [write-only]

Hint message advising the user how to scan their fingerprint. Maximum 60 characters.


Implementation
    public function set fingerprintHint(value:String):void
fingerprintNotRecognizedproperty 
fingerprintNotRecognized:String  [write-only]

Message to let the user know that authentication was failed. Maximum 60 characters.


Implementation
    public function set fingerprintNotRecognized(value:String):void
fingerprintRequiredproperty 
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.


Implementation
    public function set fingerprintRequired(value:String):void
fingerprintSuccessproperty 
fingerprintSuccess:String  [write-only]

Message to let the user know that authentication was successful. Maximum 60 characters.


Implementation
    public function set fingerprintSuccess(value:String):void
goToSettingproperty 
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.


Implementation
    public function set goToSetting(value:String):void
goToSettingDescriptionproperty 
goToSettingDescription:String  [write-only]

Message advising the user to go to the settings and configure fingerprint on their device.


Implementation
    public function set goToSettingDescription(value:String):void
signInTitleproperty 
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.


Implementation
    public function set signInTitle(value:String):void
Constructor Detail
AndroidAuthSettings()Constructor
public function AndroidAuthSettings()



Method Detail
read()method
public function read():Object

Returns
Object