C# 클래스 MyDriving.Droid.Services.GeolocationService

상속: Android.App.Service
파일 보기 프로젝트 열기: Azure-Samples/MyDriving 1 사용 예제들

공개 메소드들

메소드 설명
OnBind ( Android.Content.Intent intent ) : IBinder
OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult
StartLocationUpdates ( ) : void
StopLocationUpdates ( ) : void

메소드 상세

OnBind() 공개 메소드

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
리턴 IBinder

OnStartCommand() 공개 메소드

public OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult
intent Android.Content.Intent
flags StartCommandFlags
startId int
리턴 StartCommandResult

StartLocationUpdates() 공개 메소드

public StartLocationUpdates ( ) : void
리턴 void

StopLocationUpdates() 공개 메소드

public StopLocationUpdates ( ) : void
리턴 void