Method | Description | |
---|---|---|
DownloadFile ( string url ) : bool | ||
GetNetworkData ( ) : Unity.Core.Net.NetworkData | ||
GetNetworkTypeReachableList ( string url ) : NetworkType[] |
List of network types available to reach the given url.
|
|
GetNetworkTypeSupported ( ) : NetworkType[] |
List of supported network types (cable, wifi, etc.) on the current device.
|
|
OpenBrowser ( string title, string buttonText, string url ) : bool | ||
OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : bool | ||
ShowHtml ( string title, string buttonText, string html ) : bool | ||
ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : bool | ||
extractDomainNameFromURL ( string url ) : string |
Method | Description | |
---|---|---|
AddToNetworkTypeList ( List |
|
public GetNetworkData ( ) : Unity.Core.Net.NetworkData | ||
return | Unity.Core.Net.NetworkData |
public GetNetworkTypeReachableList ( string url ) : NetworkType[] | ||
url | string | The url to check reachability. |
return | NetworkType[] |
public GetNetworkTypeSupported ( ) : NetworkType[] | ||
return | NetworkType[] |
public OpenBrowser ( string title, string buttonText, string url ) : bool | ||
title | string | |
buttonText | string | |
url | string | |
return | bool |
public OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : bool | ||
browserOptions | SecondaryBrowserOptions | |
return | bool |
public ShowHtml ( string title, string buttonText, string html ) : bool | ||
title | string | |
buttonText | string | |
html | string | |
return | bool |
public ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : bool | ||
browserOptions | SecondaryBrowserOptions | |
return | bool |
public extractDomainNameFromURL ( string url ) : string | ||
url | string | |
return | string |