Merge pull request #16 from jwdeveloper/develop-1-0-4

Changes:
   Generated new Gifts Json
   
   TikTokLive.isLiveOnline() check if live if online
   TikTokLive.isLiveOnlineAsync()
   
   TikTokLive.isHostNameValid() check if hostName is correct
   TikTokLive.isHostNameValidAsync()
This commit is contained in:
Jacek W
2023-11-10 22:28:01 +01:00
committed by GitHub
8 changed files with 88 additions and 28 deletions

View File

@@ -73,7 +73,7 @@ public interface EventsBuilder<T> {
T onShare(EventConsumer<TikTokShareEvent> event);
T onUnhandledSocial(EventConsumer<TikTokUnhandledSocialEvent> event);
T onChestOpen(EventConsumer<TikTokChestEvent> event);
// T onChest(EventConsumer<TikTokChestEvent> event);
T onLivePaused(EventConsumer<TikTokLivePausedEvent> event);