Package com.castlabs.sdk.threesixty
Class ThreesixtyPlugin
java.lang.Object
com.castlabs.android.Plugin
com.castlabs.sdk.threesixty.ThreesixtyPlugin
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
-
Method Summary
Methods inherited from class com.castlabs.android.Plugin
init, onRemotePlay