C# 클래스 SRNicoNico.Models.NicoNicoWrapper.NicoNicoWatchApi

상속: Livet.NotificationObject
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 메소드들

메소드 설명
AddFavorite ( string userId, string token ) : Status
DeleteFavorite ( string userId, string token ) : Status
GetWatchApiDataAsync ( ) : Task
NicoNicoWatchApi ( string videoPage, VideoViewModel vm ) : System

메소드 상세

AddFavorite() 공개 메소드

public AddFavorite ( string userId, string token ) : Status
userId string
token string
리턴 Status

DeleteFavorite() 공개 메소드

public DeleteFavorite ( string userId, string token ) : Status
userId string
token string
리턴 Status

GetWatchApiDataAsync() 공개 메소드

public GetWatchApiDataAsync ( ) : Task
리턴 Task

NicoNicoWatchApi() 공개 메소드

public NicoNicoWatchApi ( string videoPage, VideoViewModel vm ) : System
videoPage string
vm SRNicoNico.ViewModels.VideoViewModel
리턴 System