SCCameraKitLensHintProvider
Objective-C
@protocol SCCameraKitLensHintProvider <NSObject>
Swift
protocol LensHintProvider : NSObjectProtocol
Describes an interface used to provide lens hint localizations from hint ids
-
Get localized hint for hint id
Declaration
Objective-C
- (nullable NSString *)localizedHintForHintId:(nonnull NSString *)hintId lens:(nonnull id<SCCameraKitLens>)lens;
Parameters
hintId
unique id for lens hint
lens
lens instance which the hint belongs to