Search in sources :

Example 1 with ContactApi

use of com.fanap.podchat.networking.api.ContactApi 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);
}
Also used : ContactApi(com.fanap.podchat.networking.api.ContactApi) RetrofitHelperPlatformHost(com.fanap.podchat.networking.retrofithelper.RetrofitHelperPlatformHost)

Aggregations

ContactApi (com.fanap.podchat.networking.api.ContactApi)1 RetrofitHelperPlatformHost (com.fanap.podchat.networking.retrofithelper.RetrofitHelperPlatformHost)1