C# 클래스 UrbanAirship.Location.ILocationCallbackInvoker

상속: global::Java.Lang.Object, ILocationCallback
파일 보기 프로젝트 열기: urbanairship/xamarin-component

공개 메소드들

메소드 설명
GetObject ( IntPtr handle, JniHandleOwnership transfer ) : ILocationCallback
ILocationCallbackInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
OnResult ( Android obj ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetOnResult_Landroid_location_Location_Handler ( ) : Delegate
Validate ( IntPtr handle ) : IntPtr
n_OnResult_Landroid_location_Location_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_obj ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetObject() 공개 정적인 메소드

public static GetObject ( IntPtr handle, JniHandleOwnership transfer ) : ILocationCallback
handle System.IntPtr
transfer JniHandleOwnership
리턴 ILocationCallback

ILocationCallbackInvoker() 공개 메소드

public ILocationCallbackInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
handle System.IntPtr
transfer JniHandleOwnership
리턴 System

OnResult() 공개 메소드

public OnResult ( Android obj ) : void
obj Android
리턴 void