AmityPostCreateDataTypeSelector class

Amity Post Data Type Selector Query Builder

Constructors

AmityPostCreateDataTypeSelector({required PostCreateUsecase useCase, required String userId, required AmityPostTargetType targetType})
Init AmityPostCreateDataTypeSelector

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

file(List<AmityFile> files) AmityFilePostCreator
Data Type File
image(List<AmityImage> images) AmityImagePostCreator
Data Type Image
liveStream(String streamId) AmityLiveStreamPostCreator
Data Type LiveStream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
poll(String pollId) AmityPollPostCreator
Data Type Poll
text(String text) AmityTextPostCreator
Data Type Text
toString() String
A string representation of this object.
inherited
video(List<AmityVideo> videos) AmityVideoPostCreator
Data Type Video

Operators

operator ==(Object other) bool
The equality operator.
inherited