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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPostLoad()
Method that is called after all libraries are loaded
-