
com.hiczp.bilibili.api.live.socket.event.WelcomeGuardPackageEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bilibili-api Show documentation
Show all versions of bilibili-api Show documentation
Bilibili Android client API library for Kotlin
package com.hiczp.bilibili.api.live.socket.event;
import com.hiczp.bilibili.api.live.socket.LiveClient;
import com.hiczp.bilibili.api.live.socket.entity.WelcomeGuardEntity;
public class WelcomeGuardPackageEvent extends ReceiveDataPackageEvent {
public WelcomeGuardPackageEvent(LiveClient source, WelcomeGuardEntity entity) {
super(source, entity);
}
}