Class RetrofitApiService

  • Direct Known Subclasses:
    DotykackaApiService

    public class RetrofitApiService
    extends java.lang.Object
    • Constructor Detail

      • RetrofitApiService

        public RetrofitApiService()
    • Method Detail

      • execute

        protected <T> T execute​(retrofit2.Call<T> call)