mergSettings

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Associationsmergsettings
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.

TypeNameSummarySyntax
commandmergSettings

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>

functionmergSettingsGetValueForKey

Gets the setting for the specified key

mergSettingsGetValueForKey(<pKey>)

librarymergSettings

mergSettingsGetValueForKey(<pKey>)