onReceiveTeamJoinActionInfo property

  1. @HawkApi(ignore: true)
Stream<NIMTeamJoinActionInfo> onReceiveTeamJoinActionInfo

入群操作回调

Implementation

@HawkApi(ignore: true)
Stream<NIMTeamJoinActionInfo> get onReceiveTeamJoinActionInfo =>
    _platform.onReceiveTeamJoinActionInfo.stream;