A
B
C
F
G
I
O
P
S
T
V
S
- send(SnapContent) - function in com.snap.creativekit.api.SnapCreativeKitApi
- Send your content to Snapchat.
- sendWithCompletionHandler(SnapContent,SnapCreativeKitCompletionCallback) - function in com.snap.creativekit.api.SnapCreativeKitApi
- Send with completion handler.
- setAttachmentUrl(String) - function in com.snap.creativekit.models.SnapVideoContent
- Setter for the attachment URL metadata.
- setAttachmentUrl(String) - function in com.snap.creativekit.models.SnapLensContent
- Setter for the attachment URL metadata.
- setAttachmentUrl(String) - function in com.snap.creativekit.models.SnapPhotoContent
- Setter for the attachment URL metadata.
- setAttachmentUrl(String) - function in com.snap.creativekit.models.SnapLiveCameraContent
- Setter for the attachment URL metadata.
- setAttachmentUrl(String) - function in com.snap.creativekit.models.SnapContent
- Setter for the attachment URL metadata.
- setCaptionText(String) - function in com.snap.creativekit.models.SnapVideoContent
- Setter for the caption text to overlay on top of the Snap.
- setCaptionText(String) - function in com.snap.creativekit.models.SnapLensContent
- Setter for the caption text to overlay on top of the Snap.
- setCaptionText(String) - function in com.snap.creativekit.models.SnapPhotoContent
- Setter for the caption text to overlay on top of the Snap.
- setCaptionText(String) - function in com.snap.creativekit.models.SnapLiveCameraContent
- Setter for the caption text to overlay on top of the Snap.
- setCaptionText(String) - function in com.snap.creativekit.models.SnapContent
- Setter for the caption text to overlay on top of the Snap.
- setHeight(float) - function in com.snap.creativekit.media.SnapSticker
- Setter for the height of the sticker in pixels.
- setHeightDp(float) - function in com.snap.creativekit.media.SnapSticker
- Setter for the height of the sticker in density independent pixels.
- setLensId(String) - function in com.snap.creativekit.models.SnapLensContent
- Setter for the lens id.
- setLensUUID(String) - function in com.snap.creativekit.models.SnapLensContent
- Setter for the lens id.
- setPosX(float) - function in com.snap.creativekit.media.SnapSticker
- Setter for the horizontal position of the sticker.
- setPosY(float) - function in com.snap.creativekit.media.SnapSticker
- Setter for the vertical position of the sticker.
- setRotationDegreesClockwise(float) - function in com.snap.creativekit.media.SnapSticker
- The rotation to apply on the sticker.
- setSnapLensLaunchData(SnapLensLaunchData) - function in com.snap.creativekit.models.SnapLensContent
- Setter for the launch data.
- setSnapSticker(SnapSticker) - function in com.snap.creativekit.models.SnapVideoContent
- Setter for sticker data to overlay on top of Media.
- setSnapSticker(SnapSticker) - function in com.snap.creativekit.models.SnapLensContent
- Setter for the sticker.
- setSnapSticker(SnapSticker) - function in com.snap.creativekit.models.SnapLensContent
- Setter for sticker data to overlay on top of Media.
- setSnapSticker(SnapSticker) - function in com.snap.creativekit.models.SnapPhotoContent
- Setter for sticker data to overlay on top of Media.
- setSnapSticker(SnapSticker) - function in com.snap.creativekit.models.SnapLiveCameraContent
- Setter for sticker data to overlay on top of Media.
- setSnapSticker(SnapSticker) - function in com.snap.creativekit.models.SnapContent
- Setter for sticker data to overlay on top of Media.
- setStackTrace(Array) - function in java.lang.SnapKitBaseException
- setStackTrace(Array) - function in java.lang.SnapVideoLengthException
- setStackTrace(Array) - function in java.lang.SnapMediaSizeException
- setStackTrace(Array) - function in java.lang.SnapStickerSizeException
- setWidth(float) - function in com.snap.creativekit.media.SnapSticker
- Setter for the width of the sticker in pixels.
- setWidthDp(float) - function in com.snap.creativekit.media.SnapSticker
- Setter for the width of the sticker in density independent pixels.
- SNAPCHAT_CANNOT_SHARE_CONTENT - enum entry in com.snap.creativekit.api.SnapCreativeKitSendError
- SNAPCHAT_NOT_INSTALLED - enum entry in com.snap.creativekit.api.SnapCreativeKitSendError
- SnapContent - class in com.snap.creativekit.models
- The base SnapContent type.
- SnapCreative - class in com.snap.creativekit
- Top level module that provides Creative Kit APIs.
- SnapCreativeKitApi - class in com.snap.creativekit.api
- SnapCreativeKitCompletionCallback - class in com.snap.creativekit.api
- Completion handler for Creative Kit send flow.
- SnapCreativeKitSendError - class in com.snap.creativekit.api
- A list of errors with CreativeKit Api sharing.
- SnapKitBaseException - class in com.snap.creativekit.exceptions
- Base Exception class for all SnapKit exceptions.
- SnapLensContent - class in com.snap.creativekit.models
- The model class for sharing a lens attachment to the Snapchat camera.
- SnapLensLaunchData - class in com.snap.creativekit.media
- Model that holds a lens launch data.
- SnapLensLaunchData.Builder - class in com.snap.creativekit.media.SnapLensLaunchData
- SnapLiveCameraContent - class in com.snap.creativekit.models
- Model for class that links into the Camera Preview for the snap to post.
- SnapMediaFactory - class in com.snap.creativekit.media
- Class that's used to create new media files.
- SnapMediaSizeException - class in com.snap.creativekit.exceptions
- Exception thrown when the Snap Media size exceeds maximum size of 100MB.
- SnapPhotoContent - class in com.snap.creativekit.models
- The model class for sharing a photo/image to Snapchat preview page.
- SnapPhotoFile - class in com.snap.creativekit.media
- Model that holds a photo file.
- SnapSticker - class in com.snap.creativekit.media
- Class that holds the sticker data to be overlaid on top of the Snap media.
- SnapStickerSizeException - class in com.snap.creativekit.exceptions
- Exception thrown when sticker that's shared into Snapchat exceeds maximum allowed size of 1MB.
- SnapVideoContent - class in com.snap.creativekit.models
- Model for sharing video content into Snapchat preview page.
- SnapVideoFile - class in com.snap.creativekit.media
- Class that holds the video file to be shared with Snapchat.
- SnapVideoLengthException - class in com.snap.creativekit.exceptions
- Exception thrown when video's playback duration exceed maximum length of 60 seconds.