MCPcopy Create free account
hub / github.com/Solartisan/OpenWeb / WebUrl

Interface WebUrl

openweb/src/main/java/cc/solart/openweb/base/WebUrl.java:6–13  ·  view source on GitHub ↗

Created by imilk on 15/6/8.

Source from the content-addressed store, hash-verified

4 * Created by imilk on 15/6/8.
5 */
6public interface WebUrl {
7
8 /**
9 * 获取当前Webview的url地址
10 * @return
11 */
12 String getCurrentUrl();
13}

Callers 1

getCurrentUrlMethod · 0.65

Implementers 2

OpenWebFragmentopenweb/src/main/java/cc/solart/openwe
BaseWebEventopenweb/src/main/java/cc/solart/openwe

Calls

no outgoing calls

Tested by

no test coverage detected