-
public interface SnapCreativeKitCompletionCallback
Completion handler for Creative Kit send flow.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSendSuccess()
Callback called when third-party user is successfully sent to Snapchat to complete flowto send or post flow. abstract void
onSendFailed(SnapCreativeKitSendError error)
Callback called when an error is hit when attempting to share to Snapchat using Creative Kit.
-
-
-
Method Detail
-
onSendSuccess
abstract void onSendSuccess()
Callback called when third-party user is successfully sent to Snapchat to complete flowto send or post flow.
-
onSendFailed
abstract void onSendFailed(SnapCreativeKitSendError error)
Callback called when an error is hit when attempting to share to Snapchat using Creative Kit.
-
-