mergHKRequestAuthorization | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | merghk | |||||||||
Summary | Requests permission to save and read the specified data types | |||||||||
Introduced | 8.0 | |||||||||
OS | ios | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Description | If you call this command with a new data type (a type of data that the user has not previously granted or denied permission for in this app), the system automatically displays the permission form, listing all the requested permissions. After the user has finished responding, this method calls its completion block on a background queue. If the user has already chosen to grant or prohibit access to all of the types specified, the completion is called without prompting the user. | |||||||||
Tags | externals |