kakao-partner-android-sdk-rx / com.kakao.sdk.common.network

Package com.kakao.sdk.common.network

Types

ApiCallback

abstract class ApiCallback<T> : Callback<T>

ApiFactory

object ApiFactory

AppKeyInterceptor

class AppKeyInterceptor : Interceptor

KakaoAgentInterceptor

class KakaoAgentInterceptor : Interceptor

KakaoRetrofitConverterFactory

class KakaoRetrofitConverterFactory : Factory

RxApiInterceptor

object RxApiInterceptor

RxSdkLogger

class RxSdkLogger : SdkLogger

Properties

loggingInterceptor

val ApiFactory.loggingInterceptor: HttpLoggingInterceptor

rxKapi

val ApiFactory.rxKapi: Retrofit

Functions

withClient

fun ApiFactory.withClient(url: String, clientBuilder: Builder): Retrofit

Companion Object Properties

rx

val SdkLogger.Companion.rx: RxSdkLogger