PortraitMediaPost

class PortraitMediaPost


An object representing a portrait media social media post.

Summary

Nested types

Builder class for PortraitMediaPost.

Public functions

Optional<String!>!

Indicate the text content for the post.

Optional<Long!>!
Optional<Long!>!

Indicate the duration of the video content in milliseconds.

(Mutable)List<Image!>!

Indicate the image content for the post.

Public properties

Boolean

Public functions

getTextContent

fun getTextContent(): Optional<String!>!

Indicate the text content for the post.

getTimestamp

fun getTimestamp(): Optional<Long!>!

getVideoDurationMillis

fun getVideoDurationMillis(): Optional<Long!>!

Indicate the duration of the video content in milliseconds.

getVisualContent

fun getVisualContent(): (Mutable)List<Image!>!

Indicate the image content for the post.

Public properties

isVideoContent

val isVideoContentBoolean