use of com.fanap.podchat.networking.retrofithelper.RetrofitHelperPlatformHost in project pod-chat-android-sdk by FanapSoft.
the class ChatCore method setupContactApi.
private void setupContactApi(String platformHost) {
RetrofitHelperPlatformHost retrofitHelperPlatformHost = new RetrofitHelperPlatformHost(platformHost, getContext());
contactApi = retrofitHelperPlatformHost.getService(ContactApi.class);
}
Aggregations