-
public final class SnapVideoContent extends SnapContent
Model for sharing video content into Snapchat preview page.
-
-
Constructor Summary
Constructors Constructor Description SnapVideoContent(SnapVideoFile snapVideoFile)
The constructor for sharing a video to Snapchat.
-
Method Summary
Modifier and Type Method Description String
getDeeplinkUrlPath()
String
getIntentType()
File
getMediaFile()
-
Methods inherited from class com.snap.creativekit.models.SnapContent
getAttachmentUrl, getCaptionText, getSnapSticker, setAttachmentUrl, setCaptionText, setSnapSticker
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
SnapVideoContent
SnapVideoContent(SnapVideoFile snapVideoFile)
The constructor for sharing a video to Snapchat.- Parameters:
snapVideoFile
- The video file to be shared.
-
-
Method Detail
-
getDeeplinkUrlPath
String getDeeplinkUrlPath()
-
getIntentType
String getIntentType()
-
getMediaFile
@Nullable() File getMediaFile()
-
-