16 lines
428 B
Java
16 lines
428 B
Java
|
package com.huawei.hms.support.hwid.service;
|
||
|
|
||
|
import android.content.Intent;
|
||
|
import com.huawei.hms.support.feature.service.AuthService;
|
||
|
import com.huawei.hms.support.hwid.result.AuthHuaweiId;
|
||
|
import o.HiE;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface HuaweiIdAuthService extends AuthService {
|
||
|
Intent getSignInIntent(String str);
|
||
|
|
||
|
HiE<AuthHuaweiId> silentSignIn();
|
||
|
|
||
|
HiE<AuthHuaweiId> silentSignIn(String str);
|
||
|
}
|