Get(GuidedAccessState)
In FileMaker Go, returns 1 (true) if Guided Access is turned on; otherwise, returns 0 (false).
Format
Get ( GuidedAccessState )
Parameters
None
Data type returned
number
Originated in version
26.0
Description
Guided Access keeps an iOS or iPadOS device in a single app. You can set up FileMaker Go as the single app that has your file open—for example, to run as a kiosk. Use this function to conditionally show or hide administrative controls based on whether Guided Access is enabled, or to display reminders to enable Guided Access during kiosk setup.
This function returns:
-
0 if Guided Access is turned off.
-
1 if Guided Access is turned on.
Notes
-
On platforms other than iOS and iPadOS, this function is not supported and returns an empty string.