You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public interface OnLoadStateChangeListener {
void onLoadStart(int loadType, Object param);
void onLoadFinished(int loadType, Object param, boolean success, Throwable throwable);
}
public static final int LOAD_TYPE_INFO = 0;
public static final int LOAD_TYPE_THUMBNAIL = 1;
public static final int LOAD_TYPE_BLOCK = 2;
加载结束 也可能未展示图片 有没有展示成功这种类型的api 🙏
The text was updated successfully, but these errors were encountered: