Draft Page
This page provides draft preview for story creation
Last updated
Was this helpful?
Was this helpful?
// Draft Video Story
let draftStoryPage = AmityDraftStoryPage(targetId: "<community-id>"", mediaType: .video(videoURL)
// Draft Image Story
let draftStoryPage = AmityDraftStoryPage(targetId: "<community-id>"", mediaType: .image(imageURL, image))
let controller = SwiftUIHostingController(rootView: draftStoryPage)val intent = AmityDraftStoryPageActivity.newIntent(
context = context,
community = community,
isImage = true or false,
fileUri = fileUri
)
startActivity(intent)