C# Class UrbanAirship.Location.ILocationCallbackInvoker

Inheritance: global::Java.Lang.Object, ILocationCallback
Afficher le fichier Open project: urbanairship/xamarin-component

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetObject() public static méthode

public static GetObject ( IntPtr handle, JniHandleOwnership transfer ) : ILocationCallback
handle System.IntPtr
transfer JniHandleOwnership
Résultat ILocationCallback

ILocationCallbackInvoker() public méthode

public ILocationCallbackInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
handle System.IntPtr
transfer JniHandleOwnership
Résultat System

OnResult() public méthode

public OnResult ( Android obj ) : void
obj Android
Résultat void