C# Class UrbanAirship.Location.ILocationCallbackImplementor

Inheritance: global::Java.Lang.Object, ILocationCallback
Mostrar archivo Open project: urbanairship/xamarin-component Class Usage Examples

Public Properties

Property Type Description
Handler EventHandler

Public Methods

Method Description
ILocationCallbackImplementor ( object sender ) : System
OnResult ( Android obj ) : void

Private Methods

Method Description
__IsEmpty ( ILocationCallbackImplementor value ) : bool

Method Details

ILocationCallbackImplementor() public method

public ILocationCallbackImplementor ( object sender ) : System
sender object
return System

OnResult() public method

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

Property Details

Handler public_oe property

public EventHandler Handler
return EventHandler