Class 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 Detail

      • ThreesixtyPlugin

        public ThreesixtyPlugin()