C# Class XamarinImgur.APIWrappers.Gallery

Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

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

Private Methods

Méthode Description
Favourite ( string id, string type ) : Task>

Method Details

FavouriteAlbum() public static méthode

public static FavouriteAlbum ( string id ) : Task>
id string
Résultat Task>

FavouriteImage() public static méthode

public static FavouriteImage ( string id ) : Task>
id string
Résultat Task>

GetComments() public static méthode

public static GetComments ( string imageId, Sort sort = Sort.Best ) : Task>>
imageId string
sort Sort
Résultat Task>>

GetGallery() public static méthode

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
Résultat Task>>

GetGallery() public static méthode

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"
Résultat Task>>

GetSubreddditGallery() public static méthode

public static GetSubreddditGallery ( string subreddit, Sort sort = null, Window window = null, int page = null ) : Task>>
subreddit string
sort Sort
window Window
page int
Résultat Task>>

GetSubreddditGallery() public static méthode

public static GetSubreddditGallery ( string subreddit, Sort sort = null, int page = null ) : Task>>
subreddit string
sort Sort
page int
Résultat Task>>

SearchGallery() public static méthode

public static SearchGallery ( string query, Sort sort = null, int page = null ) : Task>>
query string
sort Sort
page int
Résultat Task>>

Vote() public static méthode

public static Vote ( string id, string vote ) : Task>
id string
vote string
Résultat Task>