protectedDataDidBecomeAvailable | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent when the device is unlocked and protected data files are available again. |
Introduced | 5.5.1 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Command: iphoneSetFileDataProtection, iphoneSetDoNotBackupFile Function: iphoneFileDataProtection, iphoneDoNotBackupFile Message: protectedDataWillBecomeUnavailable |
Description | Handle the protectedDataDidBecomeAvailable message if you want to reopen connections to files that have been protected using the iphoneFileDataProtection function when the device is unlocked. The protectedDataDidBecomeAvailable message is sent to the current card of the default stack when the device is locked. |
Tags | ui |