mergSettings | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergsettings |
Description | mergSettings is an iOS External that integrates a LiveCode app with the Settings app and also includes InAppSettingsKit to present a matching dialog from within your app. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | mergSettings | Presents a modal settings dialog using InAppSettingsKit | mergSettings [<pTitle>] |
- - - | mergSettingsSetBoolForKey | Sets the setting for the specified key | mergSettingsSetBoolForKey <pKey>, <pVal> |
- - - | mergSettingsSetNumberForKey | Sets the setting for the specified key | mergSettingsSetNumberForKey <pKey>, <pVal> |
- - - | mergSettingsSetStringForKey | Sets the setting for the specified key | mergSettingsSetStringForKey <pKey>, <pVal> |
function | mergSettingsGetValueForKey | Gets the setting for the specified key | mergSettingsGetValueForKey(<pKey>) |
library | mergSettings | mergSettingsGetValueForKey(<pKey>) |