C# 클래스 XamarinImgur.APIWrappers.Gallery

파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

공개 메소드들

메소드 설명
FavouriteAlbum ( string id ) : Task>
FavouriteImage ( string id ) : Task>
GetComments ( string imageId, Sort sort = Sort.Best ) : Task>>
GetGallery ( Section section = null, Sort sort = null, Window window = null, bool showViral = null, int page = null ) : Task>>
GetGallery ( Section section = null, Sort sort = null, int page = null, bool showViral = null ) : Task>>

Gets the gallery

GetSubreddditGallery ( string subreddit, Sort sort = null, Window window = null, int page = null ) : Task>>
GetSubreddditGallery ( string subreddit, Sort sort = null, int page = null ) : Task>>
SearchGallery ( string query, Sort sort = null, int page = null ) : Task>>
Vote ( string id, string vote ) : Task>

비공개 메소드들

메소드 설명
Favourite ( string id, string type ) : Task>

메소드 상세

FavouriteAlbum() 공개 정적인 메소드

public static FavouriteAlbum ( string id ) : Task>
id string
리턴 Task>

FavouriteImage() 공개 정적인 메소드

public static FavouriteImage ( string id ) : Task>
id string
리턴 Task>

GetComments() 공개 정적인 메소드

public static GetComments ( string imageId, Sort sort = Sort.Best ) : Task>>
imageId string
sort Sort
리턴 Task>>

GetGallery() 공개 정적인 메소드

public static GetGallery ( Section section = null, Sort sort = null, Window window = null, bool showViral = null, int page = null ) : Task>>
section Section
sort Sort
window Window
showViral bool
page int
리턴 Task>>

GetGallery() 공개 정적인 메소드

Gets the gallery
public static GetGallery ( Section section = null, Sort sort = null, int page = null, bool showViral = null ) : Task>>
section Section
sort Sort
page int
showViral bool Used only when section is "user"
리턴 Task>>

GetSubreddditGallery() 공개 정적인 메소드

public static GetSubreddditGallery ( string subreddit, Sort sort = null, Window window = null, int page = null ) : Task>>
subreddit string
sort Sort
window Window
page int
리턴 Task>>

GetSubreddditGallery() 공개 정적인 메소드

public static GetSubreddditGallery ( string subreddit, Sort sort = null, int page = null ) : Task>>
subreddit string
sort Sort
page int
리턴 Task>>

SearchGallery() 공개 정적인 메소드

public static SearchGallery ( string query, Sort sort = null, int page = null ) : Task>>
query string
sort Sort
page int
리턴 Task>>

Vote() 공개 정적인 메소드

public static Vote ( string id, string vote ) : Task>
id string
vote string
리턴 Task>