All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hiczp.bilibili.api.live.bulletScreen.BulletScreenSendingCallback Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package com.hiczp.bilibili.api.live.bulletScreen;

import com.hiczp.bilibili.api.live.entity.BulletScreenEntity;
import com.hiczp.bilibili.api.live.entity.SendBulletScreenResponseEntity;

public interface BulletScreenSendingCallback {
    void onResponse(BulletScreenEntity bulletScreenEntity, SendBulletScreenResponseEntity sendBulletScreenResponseEntity);

    void onFailure(BulletScreenEntity bulletScreenEntity, Throwable throwable);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy