docs(): update docs
This commit is contained in:
parent
a38adf53c3
commit
a4216fd8ca
@ -29,6 +29,8 @@ export interface InAppBrowserEvent extends Event {
|
|||||||
* browser.insertCSS(...);
|
* browser.insertCSS(...);
|
||||||
* browser.close();
|
* browser.close();
|
||||||
* ```
|
* ```
|
||||||
|
* @interfaces
|
||||||
|
* InAppBrowserEvent
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'InAppBrowser',
|
pluginName: 'InAppBrowser',
|
||||||
@ -93,9 +95,6 @@ export class InAppBrowser {
|
|||||||
@CordovaInstance()
|
@CordovaInstance()
|
||||||
insertCss(css: {file?: string, code?: string}): Promise<any> {return; }
|
insertCss(css: {file?: string, code?: string}): Promise<any> {return; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A method that allows you to listen to events happening in the browser.
|
* A method that allows you to listen to events happening in the browser.
|
||||||
* @param {string} name of the event
|
* @param {string} name of the event
|
||||||
@ -107,4 +106,5 @@ export class InAppBrowser {
|
|||||||
return () => this._objectInstance.removeEventListener(event, observer.next.bind(observer));
|
return () => this._objectInstance.removeEventListener(event, observer.next.bind(observer));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user