Method | Description | |
---|---|---|
AddPostViewModel ( ) : System.Collections.Generic | ||
Init ( string boardName, string threadNumber, string postNumber ) : void | ||
Send ( ) : void | ||
UpdateAddPostStorage ( ) : void |
Method | Description | |
---|---|---|
AttachFile ( ) : void | ||
CreatePostParameters ( ) : object>.Dictionary |
||
HideLoading ( ) : void | ||
OnChoosePhotoCompleted ( PhotoResult result ) : void | ||
OnPostCompleted ( string response ) : void | ||
OnPostError ( string message ) : void | ||
RemoveFile ( ) : void | ||
ShowLoading ( ) : void |
public AddPostViewModel ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Init ( string boardName, string threadNumber, string postNumber ) : void | ||
boardName | string | |
threadNumber | string | |
postNumber | string | |
return | void |