C# Class Com.Readmill.Api.ReadingSession

Show file Open project: totobogy/ReadmillDotNet

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

PingAsync() public method

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

PingAsync() public method

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
return System.Threading.Tasks.Task

PostHighlightAsync() public method

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

PostReadingCommentAsync() public method

public PostReadingCommentAsync ( string content ) : Task
content string
return Task

ReadingSession() public method

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