Sailfish Secrets
API DocumentationSecret QML Type
An instance of a secret More...
Import Statement: | import Sailfish.Secrets 1.0 |
Properties
- collectionName : string
- data : ArrayBuffer
- filterDataFields : array
- name : string
- storagePluginName : string
- type : string
Methods
- string filterData(string field)
- bool hasFilterData(string field)
- void setFilterData(string field, string value)
Detailed Description
Property Documentation
Method Documentation
Returns the filter data value associated with the secret for the given filter field
Returns true if the secret has filter data associated with it for the given filter field
Sets the filter data value associated with the secret for the given filter field to value