BCOVComponent Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | BCOVPlayerSDKManager.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) id<BCOVComponentIdentity> bcov_componentIdentity
Discussion
Uniquely identifies this component with the returned component identity.
Declared In
BCOVPlayerSDKManager.h
– bcov_setComponentContext:
This method allows the BCOVPlayerSDKManager to supply contextual information to this component when it is registered.
- (void)bcov_setComponentContext:(NSDictionary *)componentContext
Parameters
componentContext |
The contextual information to be communicated to this component. |
---|
Discussion
This method allows the BCOVPlayerSDKManager to supply contextual information to this component when it is registered.
Declared In
BCOVPlayerSDKManager.h