Package com.castlabs.sdk.threesixty
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 SummaryConstructors Constructor Description ThreesixtyPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()- 
Methods inherited from class com.castlabs.android.Plugininit, onRemotePlay
 
- 
 
-