Lazy Dynamic Bundle Delegate
open class LazyDynamicBundleDelegate(val lazyPrefix: () -> String?, val functions: Array<out () -> Any?>) : DynamicBundleDelegate
Similar to DynamicBundleDelegate but the prefix is computed lazily. If lazyPrefix returns null, a placeholder value is returned, and lazyPrefix will be called again on next access.