java.lang.Object | |
↳ | chan.content.ChanPerformer.SendPostData |
Arguments holder for onSendPost(SendPostData)
. Notify that this class might be
used as HttpRequest.Preset
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ChanPerformer.SendPostData.Attachment | Holds attachment data. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attachments | Array of attachments argument. |
||||||||||
boardName | Board name argument. |
||||||||||
captchaData | Captcha data argument. |
||||||||||
captchaType | Captcha type argument. |
||||||||||
comment | Comment argument. |
||||||||||
Email argument. |
|||||||||||
holder | HTTP holder. |
||||||||||
name | Name argument. |
||||||||||
optionOriginalPoster | Original poster option. |
||||||||||
optionSage | Sage option. |
||||||||||
optionSpoiler | Spoiler option. |
||||||||||
password | Password for deleting argument. |
||||||||||
subject | Subject argument. |
||||||||||
threadNumber | Thread number argument. |
||||||||||
userIcon | User icon value. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Board name argument.
Captcha data argument. Obtained from onReadCaptcha(ReadCaptchaData)
.
May be null
if captcha was not loaded.
Captcha type argument.
Comment argument. Equals null
if empty.
Email argument. Equals null
if empty.
Name argument. Equals null
if empty.
Original poster option.
Sage option.
Spoiler option.
Password for deleting argument. Equals null
if empty.
Subject argument. Equals null
if empty.
Thread number argument. Equals null
if this new thread request.
User icon value. Equals null
if nothing chosen.