mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-21 17:36:27 +08:00
refactor(launchnavigator): add successCallback and errorCallback to options interface
these are currently needed to use the userSelect function
This commit is contained in:
parent
3a1a3ceabc
commit
6ee645a976
@ -51,6 +51,10 @@ export interface LaunchNavigatorOptions {
|
|||||||
* text to display for the cancel button in the native picker which enables user to select which navigation app to launch. Defaults to "Cancel" if not specified.
|
* text to display for the cancel button in the native picker which enables user to select which navigation app to launch. Defaults to "Cancel" if not specified.
|
||||||
*/
|
*/
|
||||||
appSelectionCancelButton?: string;
|
appSelectionCancelButton?: string;
|
||||||
|
|
||||||
|
successCallback?: Function;
|
||||||
|
|
||||||
|
errorCallback?: Function;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user