Méthode | Description | |
---|---|---|
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 ( |
Notifies the javascript layer when the application has been launched using a notification
|
|
ShowCameraView ( |
Launches the CameraView in photo mode
|
|
ShowDetectQrView ( bool autoHandleQrCode, |
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
|
Méthode | Description | |
---|---|---|
OnNavigatedFrom ( |
Invoked when this page is being navigated away.
|
|
OnNavigatedTo ( |
Invoked when this page is about to be displayed in a Frame.
|
Méthode | Description | |
---|---|---|
CurrentOnVisibilityChanged ( object sender, |
Method called when the app is sent to background/foreground
|
|
GetSnapshotOnActivated ( |
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 ( |
||
MainPage_KeyboardShowing ( |
||
NavigateToAuxBrowserPage ( string sTitleBar, string sUrl ) : void | ||
NavigateToCameraViewPage ( |
||
WebViewControl_NavigationCompleted ( |
||
WebViewControl_NavigationStarting ( |
||
WebViewControl_ScriptNotify ( object sender, |
Handles the ScriptNotify event of the WebViewControl control.
|
public DismissSplashScreen ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public LoadHtml ( string sHtml ) : System.Threading.Tasks.Task | ||
sHtml | string | |
Résultat | System.Threading.Tasks.Task |
public MainPage ( ) : Appverse.Platform.IPhone | ||
Résultat | Appverse.Platform.IPhone |
protected OnNavigatedFrom ( |
||
e | Event data that describes how this page is navigating. | |
Résultat | void |
protected OnNavigatedTo ( |
||
e | Event data that describes how this page was reached. /// This parameter is typically used to configure the page. | |
Résultat | void |
public OpenBrowser ( string sTitleBar, string sUrl ) : System.Threading.Tasks.Task | ||
sTitleBar | string | The browser's title. |
sUrl | string | The URL to load. |
Résultat | System.Threading.Tasks.Task |
public ProcessPushNotification ( |
||
ev | The LaunchActivatedEventArgs received on application start | |
Résultat | System.Threading.Tasks.Task |
public ShowCameraView ( |
||
options | ||
Résultat | System.Threading.Tasks.Task |
public ShowDetectQrView ( bool autoHandleQrCode, |
||
autoHandleQrCode | bool | |
options | ||
Résultat | System.Threading.Tasks.Task |
public ShowPhotoPicker ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public ShowSplashScreen ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |