Class BroadpeakS4SPlugin

java.lang.Object
com.castlabs.android.Plugin
com.castlabs.sdk.broadpeaks4s.BroadpeakS4SPlugin

public class BroadpeakS4SPlugin extends Plugin
Plugin to enable Broadpeak S4S functionality.
  • Constructor Details

    • BroadpeakS4SPlugin

      public BroadpeakS4SPlugin()
      Creates a new instance of the BroadpeakS4SPlugin with a default SharedPreferencesBlobStore.
    • BroadpeakS4SPlugin

      public BroadpeakS4SPlugin(BlobStore blobStore)
      Creates a new instance of the BroadpeakS4SPlugin with the given BlobStore.
      Parameters:
      blobStore - The BlobStore to use for storing and retrieving blobs.
  • Method Details