toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.post
/
AmityPost
/
Data
/
POLL
POLL
class
POLL
(
postId
:
String
,
pollId
:
String
,
rawData
:
JsonObject
?
)
:
AmityPost.Data
Members
Constructors
POLL
Link copied to clipboard
constructor
(
postId
:
String
,
pollId
:
String
,
rawData
:
JsonObject
?
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Poll
Link copied to clipboard
fun
getPoll
(
)
:
Flowable
<
AmityPoll
>
get
Poll
Id
Link copied to clipboard
fun
getPollId
(
)
:
String
get
Post
Id
Link copied to clipboard
fun
getPostId
(
)
:
String
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
)