C# Class UnityPlatformWindowsPhone.WindowsPhoneNet

Inheritance: Unity.Core.Net.AbstractNet, IAppverseService
Afficher le fichier Open project: Appverse/appverse-mobile

Private Properties

Свойство Type Description
CheckConnectionChanged void
CheckSignalStrenght Task

Méthodes publiques

Méthode 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

Méthode Description
CheckConnectionChanged ( ) : void
CheckSignalStrenght ( ) : Task

Method Details

DownloadFile() public méthode

public DownloadFile ( string url ) : Task
url string
Résultat Task

GetNetworkData() public méthode

public GetNetworkData ( ) : Task
Résultat Task

GetNetworkTypeReachable() public méthode

public GetNetworkTypeReachable ( string url ) : Task
url string
Résultat Task

GetNetworkTypeReachableList() public méthode

public GetNetworkTypeReachableList ( string url ) : Task
url string
Résultat Task

GetNetworkTypeSupported() public méthode

public GetNetworkTypeSupported ( ) : Task
Résultat Task

IsNetworkReachable() public méthode

public IsNetworkReachable ( string url ) : Task
url string
Résultat Task

NotifyConnectionChanged() public méthode

public NotifyConnectionChanged ( bool bExecuteJavascript ) : Task
bExecuteJavascript bool
Résultat Task

OpenBrowser() public méthode

public OpenBrowser ( string title, string buttonText, string url ) : Task
title string
buttonText string
url string
Résultat Task

OpenBrowserWithOptions() public méthode

public OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : Task
browserOptions SecondaryBrowserOptions
Résultat Task

ShowHtml() public méthode

public ShowHtml ( string title, string buttonText, string html ) : Task
title string
buttonText string
html string
Résultat Task

ShowHtmlWithOptions() public méthode

public ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : Task
browserOptions SecondaryBrowserOptions
Résultat Task

WindowsPhoneNet() public méthode

public WindowsPhoneNet ( ) : System
Résultat System