-
public class ZBrowserUtil
-
-
Method Summary
Modifier and Type Method Description static StringbuildUrlWithTrackingParam(@NonNull() String request, @NonNull() String rawUrl, int srcTypeCode)static StringremoveTrackingParam(String url, ConfigCache configCache)static NetworkInfogetNetworkInfo(Context context)Get the network info static booleanisConnectedWifi(Context context)Check if there is any connectivity to a Wifi network -
-
Method Detail
-
buildUrlWithTrackingParam
static String buildUrlWithTrackingParam(@NonNull() String request, @NonNull() String rawUrl, int srcTypeCode)
-
removeTrackingParam
static String removeTrackingParam(String url, ConfigCache configCache)
-
getNetworkInfo
static NetworkInfo getNetworkInfo(Context context)
Get the network info
-
isConnectedWifi
static boolean isConnectedWifi(Context context)
Check if there is any connectivity to a Wifi network
-
-
-
-