NIMChatroomEnterRequest constructor

NIMChatroomEnterRequest({
  1. required String roomId,
  2. String? nickname,
  3. String? avatar,
  4. Map<String, dynamic>? extension,
  5. Map<String, dynamic>? notifyExtension,
  6. List<String>? tags,
  7. String? notifyTargetTags,
  8. int? retryCount,
  9. NIMChatroomIndependentModeConfig? independentModeConfig,
  10. NIMChatroomIndependentModeConfigDesktop? desktopIndependentModeConfig,
  11. int loginAuthType = 0,
})

Implementation

NIMChatroomEnterRequest(
    {required this.roomId,
    this.nickname,
    this.avatar,
    this.extension,
    this.notifyExtension,
    this.tags,
    this.notifyTargetTags,
    this.retryCount,
    this.independentModeConfig,
    this.desktopIndependentModeConfig,
    this.loginAuthType = 0});