-
- All Implemented Interfaces:
-
com.brightcove.player.event.Component
@Emits(events = {EventType.VERSION})@ListensFor(events = {EventType.REGISTER_PLUGIN}) public class BrightcovePluginManager extends AbstractComponent
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>
pluginsInUse
-
Constructor Summary
Constructors Constructor Description BrightcovePluginManager(EventEmitter eventEmitter)
-
Method Summary
Modifier and Type Method Description List<String>
getPluginsInUse()
void
crashlyticsLog(String message)
String
getCommitIdentifier()
Returns the SHA checksum of the changes recorded in the (Git) repository. String
getReleaseIdentifier()
Returns the build version of the SDK.. -
-
Constructor Detail
-
BrightcovePluginManager
BrightcovePluginManager(EventEmitter eventEmitter)
-
-
Method Detail
-
getPluginsInUse
List<String> getPluginsInUse()
-
crashlyticsLog
void crashlyticsLog(String message)
-
getCommitIdentifier
@Deprecated() String getCommitIdentifier()
Returns the SHA checksum of the changes recorded in the (Git) repository.
-
getReleaseIdentifier
@Deprecated() String getReleaseIdentifier()
Returns the build version of the SDK..
-
-
-
-