cordova-plugin-fcm-with-dependecy-updated
Version:
Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated
21 lines (19 loc) • 449 B
TypeScript
export interface IRequestPushPermissionOptions {
/**
* Options exclusive for iOS 9 support
*/
ios9Support?: {
/**
* How long it will wait for a decision from the user before returning `false`
*
* @default 10
*/
timeout?: number
/**
* How long between each permission verification
*
* @default 0.3
*/
interval?: number
}
}