BCOVComponent Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | BrightcovePlayerSDK-Swift.h |
Overview
Objects which must be registered with the BCOVPlayerSDKManager in order to activate their functionality should conform to the BCOVComponent protocol.
bcov_componentIdentity
required method
Uniquely identifies this component with the returned component identity.
@property (nonatomic, readonly, strong) id<BCOVComponentIdentity> _Nonnull bcov_componentIdentity
Discussion
Uniquely identifies this component with the returned component identity.
Declared In
BrightcovePlayerSDK-Swift.h
– bcov_setComponentContext:
- (void)bcov_setComponentContext:(NSDictionary *_Nonnull)componentContext