toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.poll
/
AmityPoll
Amity
Poll
data
class
AmityPoll
:
Parcelable
Members
Types
Answer
Type
Link copied to clipboard
sealed
class
AnswerType
:
Parcelable
Status
Link copied to clipboard
sealed
class
Status
:
Parcelable
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Answers
Link copied to clipboard
fun
getAnswers
(
)
:
List
<
AmityPollAnswer
>
get
Answer
Type
Link copied to clipboard
fun
getAnswerType
(
)
:
AmityPoll.AnswerType
get
Closed
At
Link copied to clipboard
fun
getClosedAt
(
)
:
DateTime
get
Created
At
Link copied to clipboard
fun
getCreatedAt
(
)
:
DateTime
get
Poll
Id
Link copied to clipboard
fun
getPollId
(
)
:
String
get
Question
Link copied to clipboard
fun
getQuestion
(
)
:
String
get
Status
Link copied to clipboard
fun
getStatus
(
)
:
AmityPoll.Status
get
Updated
At
Link copied to clipboard
fun
getUpdatedAt
(
)
:
DateTime
get
User
Id
Link copied to clipboard
fun
getUserId
(
)
:
String
is
Deleted
Link copied to clipboard
fun
isDeleted
(
)
:
Boolean
is
Voted
Link copied to clipboard
fun
isVoted
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)