OnRoomExtraInfoUpdateType typedef

OnRoomExtraInfoUpdateType = void Function(String key, String value, String lastUpdateUserId, int lastUpdateTimeMs)

key: Key of the extra information.

value: Content of the extra information.

lastUpdateUserId: The ID of the last user who updated this information.

lastUpdateTimeMs: The Unix time in ms when this information was last updated.

Implementation

typedef OnRoomExtraInfoUpdateType = void Function(
    String key, String value, String lastUpdateUserId, int lastUpdateTimeMs);