GroupApplicationInfo

data class GroupApplicationInfo(var applicationID: String, var groupID: String, var fromUser: String? = null, var fromUserNickname: String? = null, var fromUserAvatarURL: String? = null, var toUser: String? = null, var addTime: Long = 0, var requestMsg: String? = null, var handledMsg: String? = null, var handledStatus: GroupApplicationHandledStatus? = null, var handledResult: GroupApplicationHandledResult? = null, var type: GroupApplicationType, application: V2TIMGroupApplication) : Parcelable

Constructors

Link copied to clipboard
constructor(applicationID: String, groupID: String, fromUser: String? = null, fromUserNickname: String? = null, fromUserAvatarURL: String? = null, toUser: String? = null, addTime: Long = 0, requestMsg: String? = null, handledMsg: String? = null, handledStatus: GroupApplicationHandledStatus? = null, handledResult: GroupApplicationHandledResult? = null, type: GroupApplicationType, application: V2TIMGroupApplication)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard