Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
6
public
interface
WebUrl {
7
8
/**
9
* 获取当前Webview的url地址
10
* @
return
11
*/
12
String getCurrentUrl();
13
}
Callers
1
getCurrentUrl
Method · 0.65
Implementers
2
OpenWebFragment
openweb/src/main/java/cc/solart/openwe
BaseWebEvent
openweb/src/main/java/cc/solart/openwe
Calls
no outgoing calls
Tested by
no test coverage detected