mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-12 18:56:11 +08:00
Add back CordovaWebView.getUrl() - needed by tests & does make sense to have
This commit is contained in:
parent
fc2a202afa
commit
9b9c59766f
@ -87,6 +87,8 @@ public interface CordovaWebView {
|
|||||||
|
|
||||||
void setNetworkAvailable(boolean online);
|
void setNetworkAvailable(boolean online);
|
||||||
|
|
||||||
|
String getUrl();
|
||||||
|
|
||||||
// TODO: Work on deleting these by removing refs from plugins.
|
// TODO: Work on deleting these by removing refs from plugins.
|
||||||
Context getContext();
|
Context getContext();
|
||||||
void loadUrl(String url);
|
void loadUrl(String url);
|
||||||
|
Loading…
Reference in New Issue
Block a user