toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.poll
/
AmityPollAnswer
Amity
Poll
Answer
class
AmityPollAnswer
:
Parcelable
Members
Constructors
Amity
Poll
Answer
Link copied to clipboard
constructor
(
)
Types
Data
Link copied to clipboard
sealed
class
Data
:
Parcelable
Properties
data
Link copied to clipboard
val
data
:
String
data
Type
Link copied to clipboard
val
dataType
:
String
id
Link copied to clipboard
val
id
:
String
is
Voted
By
User
Link copied to clipboard
val
isVotedByUser
:
Boolean
=
false
vote
Count
Link copied to clipboard
val
voteCount
:
Int
=
0
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)