OnSetRoomExtraInfoResultType typedef

OnSetRoomExtraInfoResultType = void Function(int taskId, SetRoomExtraInfoResult error)

taskId: The task ID of the API call.

error: Setting results and reasons.

Implementation

typedef OnSetRoomExtraInfoResultType = void Function(
    int taskId, SetRoomExtraInfoResult error);