Class ThreesixtyPlugin

java.lang.Object
com.castlabs.android.Plugin
com.castlabs.sdk.threesixty.ThreesixtyPlugin

public class ThreesixtyPlugin extends Plugin
This plugin integrates 360 Playback with the castLabs Player SDK.

You have to register the plugin before you initialize the SDK:


  public class MyApp extends Application {
     @Override
      public void onCreate() {
          super.onCreate();

          PlayerSDK.register(new ThreesixtyPlugin());
          PlayerSDK.init(getApplicationContext());
      }
 }
 
Since:
3.2.0
  • Constructor Details

    • ThreesixtyPlugin

      public ThreesixtyPlugin()
  • Method Details