Interface
caplin.services.providers

CaplinAppService

A service that manages saving and retrieving of a users preferences. A preference is a value string value stored using a key. (A simple map).

Constructor Summary

Attributes Name and Description
caplin.services.providers.CaplinAppService( mProperties)

Method Summary

Attributes Name and Description
STRING getProperty(STRING sKey)

Returns a preference that the user has either set within the current session or in a previous session

Methods implemented from class caplin.services.AppService:
getVersion

Constructor Detail

caplin.services.providers.CaplinAppService( mProperties)

Parameters
mProperties

Method Detail

STRING getProperty(STRING sKey)

Returns a preference that the user has either set within the current session or in a previous session

Parameters
STRING sKey The key for the key value store
Returns
{STRING} sValue