loadWithContentIdAndType
fun loadWithContentIdAndType(contentId: String, contentType: String, autoPlay: Boolean = true, context: Map<String, Any?>? = null)
Load content by ID and type. Routes to the correct SDK method based on contentType. Matches RN's loadWithContentIdAndType.