C# 클래스 PuppyKittyOverflow.Droid.Helpers.AccelerometerManager

파일 보기 프로젝트 열기: jamesmontemagno/PuppyKittyOverflow 1 사용 예제들

공개 메소드들

메소드 설명
AccelerometerManager ( Android.Content.Context context, IAccelerometerListener listener ) : Android.Content
Configure ( int threshold, int interval ) : void
StartListening ( ) : void
StopListening ( ) : void

메소드 상세

AccelerometerManager() 공개 메소드

public AccelerometerManager ( Android.Content.Context context, IAccelerometerListener listener ) : Android.Content
context Android.Content.Context
listener IAccelerometerListener
리턴 Android.Content

Configure() 공개 메소드

public Configure ( int threshold, int interval ) : void
threshold int
interval int
리턴 void

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void