-
public interface SnapCreativeKitCompletionCallbackCompletion handler for Creative Kit send flow.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSendSuccess()Callback called when third-party user is successfully sent to Snapchat to complete flowto send or post flow. abstract voidonSendFailed(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.
-
-
-
-