C# 클래스 Com.Readmill.Api.ReadingSession

파일 보기 프로젝트 열기: totobogy/ReadmillDotNet

공개 메소드들

메소드 설명
Close ( ) : void
PingAsync ( double progress, bool sendDuration = true, bool sendOccuredAt = true ) : System.Threading.Tasks.Task
PingAsync ( double progress, double latitude, double longitude, bool sendDuration = true, bool sendOccuredAt = true ) : System.Threading.Tasks.Task
PostHighlightAsync ( Highlight highlight ) : Task
PostReadingCommentAsync ( string content ) : Task
ReadingSession ( string accessToken, string readingId, ReadingsClient readingsClient ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

PingAsync() 공개 메소드

public PingAsync ( double progress, bool sendDuration = true, bool sendOccuredAt = true ) : System.Threading.Tasks.Task
progress double
sendDuration bool
sendOccuredAt bool
리턴 System.Threading.Tasks.Task

PingAsync() 공개 메소드

public PingAsync ( double progress, double latitude, double longitude, bool sendDuration = true, bool sendOccuredAt = true ) : System.Threading.Tasks.Task
progress double
latitude double
longitude double
sendDuration bool
sendOccuredAt bool
리턴 System.Threading.Tasks.Task

PostHighlightAsync() 공개 메소드

public PostHighlightAsync ( Highlight highlight ) : Task
highlight Com.Readmill.Api.DataContracts.Highlight
리턴 Task

PostReadingCommentAsync() 공개 메소드

public PostReadingCommentAsync ( string content ) : Task
content string
리턴 Task

ReadingSession() 공개 메소드

public ReadingSession ( string accessToken, string readingId, ReadingsClient readingsClient ) : System
accessToken string
readingId string
readingsClient ReadingsClient
리턴 System