-
public final class SnapPhotoContent extends SnapContent
The model class for sharing a photo/image to Snapchat preview page.
-
-
Constructor Summary
Constructors Constructor Description SnapPhotoContent(SnapPhotoFile snapPhotoFile)
Constructor for sharing an image 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
-
SnapPhotoContent
SnapPhotoContent(SnapPhotoFile snapPhotoFile)
Constructor for sharing an image to snapchat.- Parameters:
snapPhotoFile
- The image file.
-
-
Method Detail
-
getDeeplinkUrlPath
String getDeeplinkUrlPath()
-
getIntentType
String getIntentType()
-
getMediaFile
File getMediaFile()
-
-