toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.api.social.post.create.datatype
/
AmityPostCreationDataType
Amity
Post
Creation
Data
Type
abstract
class
AmityPostCreationDataType
(
targetType
:
String
,
targetId
:
String
)
Inheritors
AmityCommunityFeedPostCreator
AmityMyFeedPostCreator
AmityUserFeedPostCreator
Members
Constructors
Amity
Post
Creation
Data
Type
Link copied to clipboard
constructor
(
targetType
:
String
,
targetId
:
String
)
Functions
file
Link copied to clipboard
fun
file
(
vararg
files
:
AmityFile
)
:
AmityFilePostCreator.Builder
image
Link copied to clipboard
fun
image
(
vararg
images
:
AmityImage
)
:
AmityImagePostCreator.Builder
live
Stream
Link copied to clipboard
fun
liveStream
(
streamId
:
String
)
:
AmityLiveStreamPostCreator.Builder
poll
Link copied to clipboard
fun
poll
(
pollId
:
String
)
:
AmityPollPostCreator.Builder
text
Link copied to clipboard
fun
text
(
text
:
String
)
:
AmityTextPostCreator.Builder
video
Link copied to clipboard
fun
video
(
vararg
videos
:
AmityVideo
)
:
AmityVideoPostCreator.Builder