showOptionSelectStringRes

fun Activity?.showOptionSelectStringRes(    view: View?,     poster: String?,     options: List<Int>,     tvOptions: List<Int> = listOf(),     callback: (Pair<Boolean, Int>) -> Unit)(source)