C# Class UnityPlatformWindowsPhone.WindowsPhoneNet

Inheritance: Unity.Core.Net.AbstractNet, IAppverseService
Datei anzeigen Open project: Appverse/appverse-mobile

Private Properties

Property Type Description
CheckConnectionChanged void
CheckSignalStrenght Task

Public Methods

Method Description
DownloadFile ( string url ) : Task
GetNetworkData ( ) : Task
GetNetworkTypeReachable ( string url ) : Task
GetNetworkTypeReachableList ( string url ) : Task
GetNetworkTypeSupported ( ) : Task
IsNetworkReachable ( string url ) : Task
NotifyConnectionChanged ( bool bExecuteJavascript ) : Task
OpenBrowser ( string title, string buttonText, string url ) : Task
OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : Task
ShowHtml ( string title, string buttonText, string html ) : Task
ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : Task
WindowsPhoneNet ( ) : System

Private Methods

Method Description
CheckConnectionChanged ( ) : void
CheckSignalStrenght ( ) : Task

Method Details

DownloadFile() public method

public DownloadFile ( string url ) : Task
url string
return Task

GetNetworkData() public method

public GetNetworkData ( ) : Task
return Task

GetNetworkTypeReachable() public method

public GetNetworkTypeReachable ( string url ) : Task
url string
return Task

GetNetworkTypeReachableList() public method

public GetNetworkTypeReachableList ( string url ) : Task
url string
return Task

GetNetworkTypeSupported() public method

public GetNetworkTypeSupported ( ) : Task
return Task

IsNetworkReachable() public method

public IsNetworkReachable ( string url ) : Task
url string
return Task

NotifyConnectionChanged() public method

public NotifyConnectionChanged ( bool bExecuteJavascript ) : Task
bExecuteJavascript bool
return Task

OpenBrowser() public method

public OpenBrowser ( string title, string buttonText, string url ) : Task
title string
buttonText string
url string
return Task

OpenBrowserWithOptions() public method

public OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : Task
browserOptions SecondaryBrowserOptions
return Task

ShowHtml() public method

public ShowHtml ( string title, string buttonText, string html ) : Task
title string
buttonText string
html string
return Task

ShowHtmlWithOptions() public method

public ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : Task
browserOptions SecondaryBrowserOptions
return Task

WindowsPhoneNet() public method

public WindowsPhoneNet ( ) : System
return System