doc(unvired-cordova-sdk): remove clearFunction
This commit is contained in:
parent
50408b08c6
commit
a0779de633
@ -980,21 +980,12 @@ export class UnviredCordovaSDK extends IonicNativePlugin {
|
||||
* Only one class can subscribe to notifications are any point of time.
|
||||
*/
|
||||
@Cordova({
|
||||
observable: true,
|
||||
clearFunction: 'unRegisterNotifListener'
|
||||
observable: true
|
||||
})
|
||||
registerNotifListener(): Observable<NotifResult> {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Unregister the notification listener previously registered.
|
||||
*/
|
||||
@Cordova()
|
||||
unRegisterNotifListener(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Supported in mobile only
|
||||
* Check whether a Header datastructure is in outbox.
|
||||
|
Loading…
x
Reference in New Issue
Block a user