UIImage(SBSDKMetricsAnalysis)
@interface UIImage (SBSDKMetricsAnalysis)
@category UIImage(SBSDKMetricsAnalysis) An UIImage class extension for receiving image metrics.
-
Analyzes and returns the metrics of the receiver.
Declaration
Objective-C
- (nonnull NSArray<SBSDKImageChannelMetrics *> *)sbsdk_analyzeMetrics;
Swift
func sbsdk_analyzeMetrics() -> [SBSDKImageChannelMetrics]
Return Value
A SBSDKImageChannelMetrics object.