App.setPreference

App.setPreference(name, value, [platform])

Add a preference for your build as described in the Cordova documentation.

Arguments

name String

A preference name supported by Cordova's config.xml.

value String

The value for that preference.

platform String

Optional. A platform name (either ios or android) to add a platform-specific preference.

doc_Meteor
2016-05-29 17:17:53
Comments
Leave a Comment

Please login to continue.