Packagecom.myflashlab.air.extensions.localAuth
Classpublic class IOSAuthSettings
InheritanceIOSAuthSettings Inheritance Object



Public Properties
 PropertyDefined By
  goToSetting : String
[write-only] Message showed on a button that the user can click to go to settings pages from the current dialog.
IOSAuthSettings
  goToSettingDescription : String
[write-only] Message advising the user to go to the settings and configure Biometrics for their device.
IOSAuthSettings
  lockOut : String
[write-only] Message advising the user to re-enable biometrics on their device.
IOSAuthSettings
  okButton : String
[write-only] Message showed on a button that the user can click to leave the current dialog.
IOSAuthSettings
Public Methods
 MethodDefined By
  
IOSAuthSettings
  
read():Object
IOSAuthSettings
Property Detail
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 Biometrics for their device.


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

Message advising the user to re-enable biometrics on their device. It shows in a dialog on iOS side.


Implementation
    public function set lockOut(value:String):void
okButtonproperty 
okButton: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 okButton(value:String):void
Constructor Detail
IOSAuthSettings()Constructor
public function IOSAuthSettings()



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

Returns
Object