onDealWithGroupApplication property

ValueChanged<String>? onDealWithGroupApplication
final

The callback for jumping to the page for TIMUIKitGroupApplicationList or other pages to deal with enter group application for group administrator manually, in the case of public group. The parameter here is String groupID

Implementation

final ValueChanged<String>? onDealWithGroupApplication;