SBSDKPageImageSource
enum SBSDKPageImageSource : NSInteger {}
The source from where the image of the page originated from.
-
Used by default. If the source is not defined
Declaration
Objective-C
SBSDKPageImageSourceUndefined
Swift
case undefined = 0
-
If the source image was captured manually. For example, when the user pressed a Snap button
Declaration
Objective-C
SBSDKPageImageSourceManualSnap
Swift
case manualSnap = 1
-
If the source image was captured automatically. For example, by auto snapping functions
Declaration
Objective-C
SBSDKPageImageSourceAutoSnap
Swift
case autoSnap = 2
-
If the source image was taken from the video frame
Declaration
Objective-C
SBSDKPageImageSourceVideoFrame
Swift
case videoFrame = 3
-
If the source image was imported from external source
Declaration
Objective-C
SBSDKPageImageSourceImport
Swift
case `import` = 4