C# Class UrbanAirship.Location.ILocationCallbackImplementor

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

Méthodes publiques

Свойство Type Description
Handler EventHandler

Méthodes publiques

Méthode Description
ILocationCallbackImplementor ( object sender ) : System
OnResult ( Android obj ) : void

Private Methods

Méthode Description
__IsEmpty ( ILocationCallbackImplementor value ) : bool

Method Details

ILocationCallbackImplementor() public méthode

public ILocationCallbackImplementor ( object sender ) : System
sender object
Résultat System

OnResult() public méthode

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

Property Details

Handler public_oe property

public EventHandler Handler
Résultat EventHandler