mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
parent
ca7659378f
commit
3cb83831c1
@ -108,14 +108,16 @@ export class AppPreferences extends IonicNativePlugin {
|
|||||||
* @returns {Object} Custom object, bound to that suite
|
* @returns {Object} Custom object, bound to that suite
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
platforms: ['Android']
|
platforms: ['Android'],
|
||||||
|
sync: true
|
||||||
})
|
})
|
||||||
suite(suiteName: string): Object { return; }
|
suite(suiteName: string): any { return; }
|
||||||
|
|
||||||
@Cordova({
|
@Cordova({
|
||||||
platforms: ['iOS']
|
platforms: ['iOS'],
|
||||||
|
sync: true
|
||||||
})
|
})
|
||||||
iosSuite(suiteName: string): Object { return; }
|
iosSuite(suiteName: string): any { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return cloud synchronized configuration context
|
* Return cloud synchronized configuration context
|
||||||
|
Loading…
Reference in New Issue
Block a user