C# Class UrbanAirship.Location.ILocationCallbackInvoker

Inheritance: global::Java.Lang.Object, ILocationCallback
Exibir arquivo Open project: urbanairship/xamarin-component

Public Methods

Method Description
GetObject ( IntPtr handle, JniHandleOwnership transfer ) : ILocationCallback
ILocationCallbackInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
OnResult ( Android obj ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetOnResult_Landroid_location_Location_Handler ( ) : Delegate
Validate ( IntPtr handle ) : IntPtr
n_OnResult_Landroid_location_Location_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_obj ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetObject() public static method

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

ILocationCallbackInvoker() public method

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

OnResult() public method

public OnResult ( Android obj ) : void
obj Android
return void