C# Класс UnityRuntimeWindowsPhone.MainPage

Наследование: IRTBridge
Показать файл Открыть проект

Открытые методы

Метод Описание
DismissSplashScreen ( ) : System.Threading.Tasks.Task

Dismisses Appverse SplashScreen

LoadHtml ( string sHtml ) : System.Threading.Tasks.Task
MainPage ( ) : Appverse.Platform.IPhone
MainPage ( ) : Newtonsoft.Json
OpenBrowser ( string sTitleBar, string sUrl ) : System.Threading.Tasks.Task

Opens a secondary browser.

ProcessPushNotification ( LaunchActivatedEventArgs ev ) : System.Threading.Tasks.Task

Notifies the javascript layer when the application has been launched using a notification

ShowCameraView ( CameraOptions options ) : System.Threading.Tasks.Task

Launches the CameraView in photo mode

ShowDetectQrView ( bool autoHandleQrCode, CameraOptions options ) : System.Threading.Tasks.Task

Shows the CameraView in QR Detection mode

ShowPhotoPicker ( ) : System.Threading.Tasks.Task

Shows the PhotoPicker native object

ShowSplashScreen ( ) : System.Threading.Tasks.Task

Shows Appverse SplashScreen

Защищенные методы

Метод Описание
OnNavigatedFrom ( NavigationEventArgs e ) : void

Invoked when this page is being navigated away.

OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Приватные методы

Метод Описание
CurrentOnVisibilityChanged ( object sender, VisibilityChangedEventArgs visibilityChangedEventArgs ) : void

Method called when the app is sent to background/foreground

GetSnapshotOnActivated ( CoreApplicationView sender, IActivatedEventArgs args ) : void

Method Called when the app is activated after a PhotoPicker has been launched

HandleBackButton ( ) : void

Handles the back button.

HideSplashStoryBoard_OnCompleted ( object sender, object e ) : void

Callback called when the Appverse SplashScreen is dismissed

MainGridFadeOutStoryBoard_Completed ( object sender, object e ) : void

Callback executed when the Main Grid fade out animation is completed

MainPage_BackPressed ( object sender, BackPressedEventArgs e ) : void

Overrides the back button press to navigate in the WebView's back stack instead of the application's.

MainPage_KeyboardHiding ( InputPane sender, InputPaneVisibilityEventArgs args ) : void
MainPage_KeyboardShowing ( InputPane sender, InputPaneVisibilityEventArgs args ) : void
NavigateToAuxBrowserPage ( string sTitleBar, string sUrl ) : void
NavigateToCameraViewPage ( CameraViewInitObject parameter ) : void
WebViewControl_NavigationCompleted ( WebView sender, WebViewNavigationCompletedEventArgs args ) : void
WebViewControl_NavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void
WebViewControl_ScriptNotify ( object sender, NotifyEventArgs e ) : void

Handles the ScriptNotify event of the WebViewControl control.

Описание методов

DismissSplashScreen() публичный Метод

Dismisses Appverse SplashScreen
public DismissSplashScreen ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

LoadHtml() публичный Метод

public LoadHtml ( string sHtml ) : System.Threading.Tasks.Task
sHtml string
Результат System.Threading.Tasks.Task

MainPage() публичный Метод

public MainPage ( ) : Appverse.Platform.IPhone
Результат Appverse.Platform.IPhone

MainPage() публичный Метод

public MainPage ( ) : Newtonsoft.Json
Результат Newtonsoft.Json

OnNavigatedFrom() защищенный Метод

Invoked when this page is being navigated away.
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page is navigating.
Результат void

OnNavigatedTo() защищенный Метод

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
Результат void

OpenBrowser() публичный Метод

Opens a secondary browser.
public OpenBrowser ( string sTitleBar, string sUrl ) : System.Threading.Tasks.Task
sTitleBar string The browser's title.
sUrl string The URL to load.
Результат System.Threading.Tasks.Task

ProcessPushNotification() публичный Метод

Notifies the javascript layer when the application has been launched using a notification
public ProcessPushNotification ( LaunchActivatedEventArgs ev ) : System.Threading.Tasks.Task
ev Windows.ApplicationModel.Activation.LaunchActivatedEventArgs The LaunchActivatedEventArgs received on application start
Результат System.Threading.Tasks.Task

ShowCameraView() публичный Метод

Launches the CameraView in photo mode
public ShowCameraView ( CameraOptions options ) : System.Threading.Tasks.Task
options Unity.Core.Media.Camera.CameraOptions
Результат System.Threading.Tasks.Task

ShowDetectQrView() публичный Метод

Shows the CameraView in QR Detection mode
public ShowDetectQrView ( bool autoHandleQrCode, CameraOptions options ) : System.Threading.Tasks.Task
autoHandleQrCode bool
options Unity.Core.Media.Camera.CameraOptions
Результат System.Threading.Tasks.Task

ShowPhotoPicker() публичный Метод

Shows the PhotoPicker native object
public ShowPhotoPicker ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

ShowSplashScreen() публичный Метод

Shows Appverse SplashScreen
public ShowSplashScreen ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task