C# Class XamarinImgur.APIWrappers.Topics

显示文件 Open project: akshay2000/MonocleGiraffe

Public Methods

Method Description
GetDefaultTopics ( ) : Task>>
GetTopicGallery ( int topicId, Sort sort = null, Window window = null, int page = null ) : Task>>
GetTopicGallery ( int topicId, Sort sort = null, int page = null ) : Task>>

Method Details

GetDefaultTopics() public static method

public static GetDefaultTopics ( ) : Task>>
return Task>>

GetTopicGallery() public static method

public static GetTopicGallery ( int topicId, Sort sort = null, Window window = null, int page = null ) : Task>>
topicId int
sort Sort
window Window
page int
return Task>>

GetTopicGallery() public static method

public static GetTopicGallery ( int topicId, Sort sort = null, int page = null ) : Task>>
topicId int
sort Sort
page int
return Task>>