C# Class Com.Readmill.Api.ReadingSession

Afficher le fichier Open project: totobogy/ReadmillDotNet

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

PingAsync() public méthode

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

PingAsync() public méthode

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
Résultat System.Threading.Tasks.Task

PostHighlightAsync() public méthode

public PostHighlightAsync ( Highlight highlight ) : Task
highlight Com.Readmill.Api.DataContracts.Highlight
Résultat Task

PostReadingCommentAsync() public méthode

public PostReadingCommentAsync ( string content ) : Task
content string
Résultat Task

ReadingSession() public méthode

public ReadingSession ( string accessToken, string readingId, ReadingsClient readingsClient ) : System
accessToken string
readingId string
readingsClient ReadingsClient
Résultat System