setAppPickerView

open fun setAppPickerView(type: Int)(source)
open fun setAppPickerView(type: Int, order: Int)(source)
open fun setAppPickerView(type: Int, order: Int, showDivider: Boolean)(source)
open fun setAppPickerView(type: Int, @Nullable packageNamesList: List<String>)(source)
open fun setAppPickerView(type: Int, @Nullable packageNamesList: List<String>, @Nullable labelInfoList: List<AppPickerView.AppLabelInfo>)(source)
open fun setAppPickerView(type: Int, @Nullable packageNamesList: List<String>, order: Int)(source)
open fun setAppPickerView(type: Int, @Nullable packageNamesList: List<String>, order: Int, @Nullable labelInfoList: List<AppPickerView.AppLabelInfo>)(source)
open fun setAppPickerView(@Nullable activityNamesList: List<ComponentName>, type: Int)(source)
open fun setAppPickerView(type: Int, order: Int, @Nullable activityNamesList: List<ComponentName>)(source)
open fun setAppPickerView(type: Int, order: Int, @Nullable labelInfoList: List<AppPickerView.AppLabelInfo>, @Nullable activityNamesList: List<ComponentName>)(source)