24 lines
531 B
Java
24 lines
531 B
Java
package com.ubtrobot.ubtlib.social;
|
|
|
|
import android.app.Activity;
|
|
import android.content.Intent;
|
|
import com.ubtrobot.ubtlib.share.ShareBuilder;
|
|
import com.ubtrobot.ubtlib.share.UbtSocialShareListener;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface IUbtSocial {
|
|
void a();
|
|
|
|
void a(int i, int i2, Intent intent);
|
|
|
|
void a(Activity activity);
|
|
|
|
void a(ShareBuilder shareBuilder);
|
|
|
|
void a(UbtSocialShareListener ubtSocialShareListener);
|
|
|
|
void a(UbtSocialAuthListener ubtSocialAuthListener);
|
|
|
|
boolean b();
|
|
}
|