From 6c888c5d5b0e7ea4575367da449d38452c876015 Mon Sep 17 00:00:00 2001 From: Jacek W Date: Tue, 5 Dec 2023 02:32:42 +0100 Subject: [PATCH] Update collaboration.md --- collaboration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collaboration.md b/collaboration.md index ddf40f4..4de0581 100644 --- a/collaboration.md +++ b/collaboration.md @@ -67,6 +67,8 @@ Are you willing to help or improve TikTokLiveJava? - `TikTokLiveClientBuilder` preparing `TikTokLiveClient` class - `TikTokApiService` use for Http requests to TikTok/Sign API - `TikTokWebSocketClient` receiving all ProtocolBuffer messages from TikTok + - `TikTokMessageHandler` **heart of libraryt** finds suitable mapping for incoming data and trigger its mapping handler as result list of events + is created. check out `TikTokMessageHandler.handleSingleMessage` - `TikTokMessageHandlerRegistration` register all mappings TikTok data -> TikTokLiveJava events - `TikTokEventObserver` used to register and trigger TikTok events