Uses of Class
com.restfb.types.Message.VideoData
-
Packages that use Message.VideoData Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Message.VideoData in com.restfb.types
Methods in com.restfb.types that return Message.VideoData Modifier and Type Method Description Message.VideoData
Message.Attachment. getVideoData()
When the attached file is a video, Facebook will also send information about its width, height and url.Methods in com.restfb.types with parameters of type Message.VideoData Modifier and Type Method Description void
Message.Attachment. setVideoData(Message.VideoData videoData)
When the attached file is a video, Facebook will also send information about its width, height and url.
-