Package com.castlabs.android.player
Interface CLLibraryLoader.PostLoadAction
-
- Enclosing class:
- CLLibraryLoader
public static interface CLLibraryLoader.PostLoadActionRegister 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 voidonPostLoad()Method that is called after all libraries are loaded
-