Свойство | Тип | Описание | |
---|---|---|---|
OnExit | Action | ||
OnInvokeResult | Action |
||
OnSwipeDown | Action |
Метод | Описание | |
---|---|---|
AddUri ( string iconPath, string iconLabel, string defaultCategory, string url ) : void | ||
Dispose ( ) : void | ||
HandleEvent ( IntPtr eventHandle ) : void | ||
Invoke ( InvokeRequest invocation ) : void | ||
Invoke ( string uri ) : void | ||
Navigator ( ) : System | ||
SetOrientation ( ApplicationOrientation angle ) : void | ||
SetOrientation ( ScreenOrientation mode ) : void |
Метод | Описание | |
---|---|---|
navigator_add_uri ( string icon_path, string icon_label, string default_category, string url, IntPtr err ) : int | ||
navigator_clear_badge ( ) : int | ||
navigator_get_domain ( ) : int | ||
navigator_invoke ( string uri, IntPtr err ) : int | ||
navigator_request_events ( int flags ) : int | ||
navigator_set_badge ( BadgeType badge ) : int | ||
navigator_set_lock_mode ( bool locked ) : int | ||
navigator_set_orientation ( ApplicationOrientation angle, IntPtr id ) : int | ||
navigator_set_orientation_mode ( ScreenOrientation mode, IntPtr id ) : int | ||
navigator_stop_events ( int flags ) : int |
public AddUri ( string iconPath, string iconLabel, string defaultCategory, string url ) : void | ||
iconPath | string | |
iconLabel | string | |
defaultCategory | string | |
url | string | |
Результат | void |
public HandleEvent ( IntPtr eventHandle ) : void | ||
eventHandle | IntPtr | |
Результат | void |
public Invoke ( InvokeRequest invocation ) : void | ||
invocation | InvokeRequest | |
Результат | void |
public SetOrientation ( ApplicationOrientation angle ) : void | ||
angle | ApplicationOrientation | |
Результат | void |
public SetOrientation ( ScreenOrientation mode ) : void | ||
mode | ScreenOrientation | |
Результат | void |