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
-
If the source image was captured manually. For example, when the user pressed a Snap button
Declaration
Objective-C
SBSDKPageImageSourceManualSnap
-
If the source image was captured automatically. For example, by auto snapping functions
Declaration
Objective-C
SBSDKPageImageSourceAutoSnap
-
If the source image was taken from the video frame
Declaration
Objective-C
SBSDKPageImageSourceVideoFrame
-
If the source image was imported from external source
Declaration
Objective-C
SBSDKPageImageSourceImport