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

Package com.kakao.sdk.network

SDK 에 사용되는 네트워크 모듈을 제공하는 패키지.

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