C# Class Cirrious.MvvmCross.Platform.Location.MvxBaseGeoLocationWatcher

Inheritance: Java.Lang.Object, IMvxGeoLocationWatcher:IMvxGeoLocationWatcher
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options, Action success, Action error ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
PlatformSpecificStart ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options ) : void
PlatformSpecificStop ( ) : void
SendError ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError error ) : void
SendError ( MvxLocationErrorCode code ) : void
SendLocation ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation location ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

PlatformSpecificStart() protected abstract méthode

protected abstract PlatformSpecificStart ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options ) : void
options Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions
Résultat void

PlatformSpecificStop() protected abstract méthode

protected abstract PlatformSpecificStop ( ) : void
Résultat void

SendError() protected méthode

protected SendError ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError error ) : void
error Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError
Résultat void

SendError() protected méthode

protected SendError ( MvxLocationErrorCode code ) : void
code MvxLocationErrorCode
Résultat void

SendLocation() protected méthode

protected SendLocation ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation location ) : void
location Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation
Résultat void

Start() public méthode

public Start ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options, Action success, Action error ) : void
options Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions
success Action
error Action
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void