protectedDataDidBecomeAvailable

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
protectedDataDidBecomeAvailable
Summary

Sent when the device is unlocked and protected data files are available again.

Introduced5.5.1
OSios
Platformsmobile
Example
on protectedDataDidBecomeAvailable
   -- Reconnect to databases
   -- Reopen file connection
end protectedDataDidBecomeAvailable
RelatedCommand: 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.

Tagsui