SCSDKNoSnapContent
Objective-C
@interface SCSDKNoSnapContent : NSObject <SCSDKSnapContent>
Swift
class SCSDKNoSnapContent : NSObject, SCSDKSnapContent
SCSDKNoSnapContent class is an implementation of the SCSDKSnapContent protocol. It provides a way to model a share into Snapchat without a base image or video content. An attachment URL, a caption, or a sticker can be added
-
@property cameraControl @brief Camera controls when share content to Snapchat client.
Declaration
Objective-C
@property (nonatomic, strong) SCSDKCameraViewState *_Nullable cameraViewState;
Swift
var cameraViewState: SCSDKCameraViewState? { get set }