Package com.castlabs.android.player
Interface CLLibraryLoader.PostLoadAction
- Enclosing class:
CLLibraryLoader
public static interface CLLibraryLoader.PostLoadAction
Register instances of this interface to call custom code triggered after all
native libraries are loaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method that is called after all libraries are loaded
-
Method Details
-
onPostLoad
void onPostLoad()Method that is called after all libraries are loaded
-