com.hiczp.bilibili.api.provider.BilibiliCaptchaProvider 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.provider;
import com.hiczp.bilibili.api.passport.CaptchaService;
public interface BilibiliCaptchaProvider {
CaptchaService getCaptchaService();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy