what-the-bank/sources/com/huawei/hms/support/api/client/ApiClient.java

23 lines
364 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.huawei.hms.support.api.client;
import android.content.Context;
/* loaded from: classes2.dex */
public interface ApiClient {
String getAppID();
Context getContext();
String getCpID();
String getPackageName();
String getSessionId();
SubAppInfo getSubAppInfo();
String getTransportName();
boolean isConnected();
}