C# 클래스 BlackBerry.Navigator

상속: IDisposable
파일 보기 프로젝트 열기: roblillack/monoberry 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

AddUri() 공개 메소드

public AddUri ( string iconPath, string iconLabel, string defaultCategory, string url ) : void
iconPath string
iconLabel string
defaultCategory string
url string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HandleEvent() 공개 메소드

public HandleEvent ( IntPtr eventHandle ) : void
eventHandle IntPtr
리턴 void

Invoke() 공개 메소드

public Invoke ( InvokeRequest invocation ) : void
invocation InvokeRequest
리턴 void

Invoke() 공개 메소드

public Invoke ( string uri ) : void
uri string
리턴 void

Navigator() 공개 메소드

public Navigator ( ) : System
리턴 System

SetOrientation() 공개 메소드

public SetOrientation ( ApplicationOrientation angle ) : void
angle ApplicationOrientation
리턴 void

SetOrientation() 공개 메소드

public SetOrientation ( ScreenOrientation mode ) : void
mode ScreenOrientation
리턴 void

프로퍼티 상세

OnExit 공개적으로 프로퍼티

public Action OnExit
리턴 Action

OnInvokeResult 공개적으로 프로퍼티

public Action OnInvokeResult
리턴 Action

OnSwipeDown 공개적으로 프로퍼티

public Action OnSwipeDown
리턴 Action