package com.huawei.hms.support.api.safetydetect; import com.huawei.hms.support.api.entity.safetydetect.MaliciousAppsListResp; import com.huawei.hms.support.api.entity.safetydetect.RiskTokenResponse; import com.huawei.hms.support.api.entity.safetydetect.SysIntegrityRequest; import com.huawei.hms.support.api.entity.safetydetect.SysIntegrityResp; import com.huawei.hms.support.api.entity.safetydetect.UrlCheckResponse; import com.huawei.hms.support.api.entity.safetydetect.UserDetectResponse; import com.huawei.hms.support.api.entity.safetydetect.VerifyAppsCheckEnabledResp; import com.huawei.hms.support.api.entity.safetydetect.WifiDetectResponse; import o.HiE; /* loaded from: classes2.dex */ public interface SafetyDetectClient { HiE enableAppsCheck(); HiE getMaliciousAppsList(); HiE getRiskToken(); HiE getWifiDetectStatus(); HiE initAntiFraud(String str); HiE initUrlCheck(); HiE initUserDetect(); HiE isVerifyAppsCheck(); HiE releaseAntiFraud(); HiE shutdownUrlCheck(); HiE shutdownUserDetect(); HiE sysIntegrity(SysIntegrityRequest sysIntegrityRequest); HiE sysIntegrity(byte[] bArr, String str); HiE urlCheck(String str, String str2, int... iArr); HiE userDetection(String str); }