C# 클래스 Cirrious.MvvmCross.Platform.Location.MvxBaseGeoLocationWatcher

상속: Java.Lang.Object, IMvxGeoLocationWatcher:IMvxGeoLocationWatcher
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options, Action success, Action error ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

PlatformSpecificStart() 보호된 추상적인 메소드

protected abstract PlatformSpecificStart ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options ) : void
options Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions
리턴 void

PlatformSpecificStop() 보호된 추상적인 메소드

protected abstract PlatformSpecificStop ( ) : void
리턴 void

SendError() 보호된 메소드

protected SendError ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError error ) : void
error Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError
리턴 void

SendError() 보호된 메소드

protected SendError ( MvxLocationErrorCode code ) : void
code MvxLocationErrorCode
리턴 void

SendLocation() 보호된 메소드

protected SendLocation ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation location ) : void
location Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation
리턴 void

Start() 공개 메소드

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
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void