Package com.castlabs.android.player
Class ViewLoader
java.lang.Object
com.castlabs.android.player.ViewLoader
Registers views with the castLabs licensing backend to validate licenses and report usage.
Internal SDK component.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines the type of playlist. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPlaylist type is multiplayer.static final intPlaylist type is not defined.static final intPlaylist type is singleplayer. -
Method Summary
-
Field Details
-
PLAYLIST_TYPE_NONE
public static final int PLAYLIST_TYPE_NONEPlaylist type is not defined.- See Also:
-
PLAYLIST_TYPE_MULTIPLAYER
public static final int PLAYLIST_TYPE_MULTIPLAYERPlaylist type is multiplayer.- See Also:
-
PLAYLIST_TYPE_SINGLEPLAYER
public static final int PLAYLIST_TYPE_SINGLEPLAYERPlaylist type is singleplayer.- See Also:
-