Package com.castlabs.sdk.broadpeaks4s
Class BroadpeakS4SPlugin
java.lang.Object
com.castlabs.android.Plugin
com.castlabs.sdk.broadpeaks4s.BroadpeakS4SPlugin
Plugin to enable Broadpeak S4S functionality.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of the BroadpeakS4SPlugin with a default SharedPreferencesBlobStore.BroadpeakS4SPlugin(BlobStore blobStore) Creates a new instance of the BroadpeakS4SPlugin with the given BlobStore. -
Method Summary
Methods inherited from class com.castlabs.android.Plugin
onRemotePlay
-
Constructor Details
-
BroadpeakS4SPlugin
public BroadpeakS4SPlugin()Creates a new instance of the BroadpeakS4SPlugin with a default SharedPreferencesBlobStore. -
BroadpeakS4SPlugin
Creates a new instance of the BroadpeakS4SPlugin with the given BlobStore.- Parameters:
blobStore- The BlobStore to use for storing and retrieving blobs.
-
-
Method Details