C# 클래스 Cimbalino.Phone.Toolkit.Services.VibrationService

Represents an implementation of the IVibrationService.
상속: IVibrationService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Start ( ) : void

Vibrates the device for 200 milliseconds.

Start ( System.TimeSpan duration ) : void

Vibrates the device for the specified duration.

Start ( double duration ) : void

Vibrates the device for the specified duration in milliseconds.

Stop ( ) : void

Stops vibrating the device.

메소드 상세

Start() 공개 메소드

Vibrates the device for 200 milliseconds.
public Start ( ) : void
리턴 void

Start() 공개 메소드

Vibrates the device for the specified duration.
public Start ( System.TimeSpan duration ) : void
duration System.TimeSpan The duration to vibrate the device.
리턴 void

Start() 공개 메소드

Vibrates the device for the specified duration in milliseconds.
public Start ( double duration ) : void
duration double The duration in milliseconds to vibrate the device.
리턴 void

Stop() 공개 메소드

Stops vibrating the device.
public Stop ( ) : void
리턴 void