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 Summary
Constructors Constructor Description ThreesixtyPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
-
Methods inherited from class com.castlabs.android.Plugin
init, onRemotePlay
-
-