Contacts Picker Params
data class ContactsPickerParams(var title: String?, var funcType: Int?, var singleMode: Boolean?, var selectedThirdUids: Array<String>?, var defaultThirdUids: Array<String>?, var maxSelectCount: Int? = 400, var okButtonText: Int?, var showRecent: Boolean?, var recentChatType: Int?, var requestCode: Int, var syncMessageType: Int? = KIMISdkContactsService.SYNC_MESSAGE_NOT) : Parcelable
Constructors
Link copied to clipboard
constructor(title: String?, funcType: Int?, singleMode: Boolean?, selectedThirdUids: Array<String>?, defaultThirdUids: Array<String>?, maxSelectCount: Int? = 400, okButtonText: Int?, showRecent: Boolean?, recentChatType: Int?, requestCode: Int, syncMessageType: Int? = KIMISdkContactsService.SYNC_MESSAGE_NOT)