C# Class Cirrious.MvvmCross.Plugins.Location.MvxGeoLocationWatcher

Inheritance: IMvxGeoLocationWatcher
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
Start ( MvxGeoLocationOptions options, Action success, Action error ) : void
Stop ( ) : void

Méthodes protégées

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

Method Details

PlatformSpecificStart() protected abstract méthode

protected abstract PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
options MvxGeoLocationOptions
Résultat void

PlatformSpecificStop() protected abstract méthode

protected abstract PlatformSpecificStop ( ) : void
Résultat void

SendError() protected méthode

protected SendError ( Cirrious.MvvmCross.Plugins.Location.MvxLocationError error ) : void
error Cirrious.MvvmCross.Plugins.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.Plugins.Location.MvxGeoLocation location ) : void
location Cirrious.MvvmCross.Plugins.Location.MvxGeoLocation
Résultat void

Start() public méthode

public Start ( MvxGeoLocationOptions options, Action success, Action error ) : void
options MvxGeoLocationOptions
success Action
error Action
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void