C# 클래스 XamarinImgur.APIWrappers.Comments

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

공개 메소드들

메소드 설명
CreateComment ( string comment, string imageId, long parentId = null ) : Task>
Vote ( long commentId, string vote ) : Task>

메소드 상세

CreateComment() 공개 정적인 메소드

public static CreateComment ( string comment, string imageId, long parentId = null ) : Task>
comment string
imageId string
parentId long
리턴 Task>

Vote() 공개 정적인 메소드

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