C# 클래스 Cirrious.MvvmCross.Plugins.Location.MvxLocationWatcher

상속: IMvxLocationWatcher
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 메소드들

메소드 설명
Start ( MvxLocationOptions options, Action success, Action error ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
PlatformSpecificStart ( MvxLocationOptions options ) : void
PlatformSpecificStop ( ) : void
SendError ( Cirrious.MvvmCross.Plugins.Location.MvxLocationError error ) : void
SendError ( MvxLocationErrorCode code ) : void
SendLocation ( Cirrious.MvvmCross.Plugins.Location.MvxGeoLocation location ) : void

메소드 상세

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

protected abstract PlatformSpecificStart ( MvxLocationOptions options ) : void
options MvxLocationOptions
리턴 void

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

protected abstract PlatformSpecificStop ( ) : void
리턴 void

SendError() 보호된 메소드

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

SendError() 보호된 메소드

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

SendLocation() 보호된 메소드

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

Start() 공개 메소드

public Start ( MvxLocationOptions options, Action success, Action error ) : void
options MvxLocationOptions
success Action
error Action
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void