public class SnapCreativeKitApi
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
send(SnapContent content)
Send your content to Snapchat.
|
void |
sendWithCompletionHandler(SnapContent content,
SnapCreativeKitCompletionCallback callback)
Send with completion handler.
|
public void send(@NonNull SnapContent content)
content
- The Snap Content you want to share to Snapchat.public void sendWithCompletionHandler(@NonNull SnapContent content, @Nullable SnapCreativeKitCompletionCallback callback)
content
- The Snap Content you want to share to Snapchat.callback
- Optional Callback / Completion handler.