kakao-android-sdk-rx
Module Contents
alltypes
Module Contents
data class AccessTokenInfo : Parcelable
class AccessTokenInterceptor : Interceptor
interface AccessTokenRepo
data class AccessTokenResponse : Parcelable
data class Account : Parcelable
Module Contents
Account(profileNeedsAgreement: Boolean?, profile: Profile?, emailNeedsAgreement: Boolean?, isEmailValid: Boolean?, isEmailVerified: Boolean?, email: String?, ageRangeNeedsAgreement: Boolean?, ageRange: AgeRange?, birthyearNeedsAgreement: Boolean?, birthyear: String?, birthdayNeedsAgreement: Boolean?, birthday: String?, genderNeedsAgreement: Boolean?, gender: Gender?, ciNeedsAgreement: Boolean?, ci: String?, ciAuthenticatedAt: Date?, legalNameNeedsAgreement: Boolean?, legalName: String?, legalBirthDateNeedsAgreement: Boolean?, legalBirthDate: String?, legalGenderNeedsAgreement: Boolean?, legalGender: Gender?, phoneNumberNeedsAgreement: Boolean?, phoneNumber: String?)
val ageRange: AgeRange?
val ageRangeNeedsAgreement: Boolean?
val birthday: String?
val birthdayNeedsAgreement: Boolean?
val birthyear: String?
val birthyearNeedsAgreement: Boolean?
val ci: String?
val ciAuthenticatedAt: Date?
val ciNeedsAgreement: Boolean?
val email: String?
val emailNeedsAgreement: Boolean?
val gender: Gender?
val genderNeedsAgreement: Boolean?
val isEmailValid: Boolean?
val isEmailVerified: Boolean?
val legalBirthDate: String?
val legalBirthDateNeedsAgreement: Boolean?
val legalGender: Gender?
val legalGenderNeedsAgreement: Boolean?
val legalName: String?
val legalNameNeedsAgreement: Boolean?
val phoneNumber: String?
val phoneNumberNeedsAgreement: Boolean?
val profile: Profile?
val profileNeedsAgreement: Boolean?
enum class AgeRange
data class ApiError : KakaoSdkError, Parcelable
enum class ApiErrorCause
data class ApiErrorResponse : Parcelable
class AppKeyInterceptor : Interceptor
class ApplicationContextInfo : ApplicationInfo, ContextInfo
interface ApplicationInfo
class AuthApiClient
class AuthCodeClient
enum class AuthErrorCause
data class AuthErrorResponse : Parcelable
enum class BirthdayType
data class Button : Parcelable
data class ChannelRelation : Parcelable
data class ChannelRelations : Parcelable
data class ClientError : KakaoSdkError, Parcelable
enum class ClientErrorCause
data class Commerce : Parcelable
data class CommerceTemplate : DefaultTemplate
data class Content : Parcelable
interface ContextInfo
enum class CoordType
interface DefaultTemplate
class FeedTemplate : DefaultTemplate
data class Friend : Parcelable
data class Friends<T : Parcelable> : Parcelable
enum class Gender
data class ImageInfo : Parcelable
data class ImageInfos : Parcelable
data class ImageUploadResult : Parcelable
class KakaoAgentInterceptor : Interceptor
object KakaoCustomTabsClient
object KakaoJson
object KakaoSdk
sealed class KakaoSdkError : RuntimeException
data class Link : Parcelable
class LinkClient
data class LinkInfo : Parcelable
data class ListTemplate : DefaultTemplate
data class Location : Parcelable
data class LocationTemplate : DefaultTemplate
enum class LogLevel
data class MessageFailureInfo : Parcelable
data class MessageSendResult : Parcelable
class NaviClient
class NaviOptions : Parcelable
data class OAuthError : KakaoSdkError, Parcelable
data class OAuthToken : Parcelable
enum class Order
interface PersistentKVStore
data class Profile : Parcelable
enum class RpOption
object RxApiInterceptor
class RxAuthApiClient
class RxAuthCodeClient
Module Contents
RxAuthCodeClient(authApiClient: RxAuthApiClient = AuthApiClient.rx, intentResolveClient: IntentResolveClient = IntentResolveClient.instance)
@JvmOverloads fun authorize(context: Context, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, autoLogin: Boolean? = null, clientId: String = KakaoSdk.applicationContextInfo.appKey, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", approvalType: String = "individual"): Single<String>
@JvmOverloads fun authorizeWithNewScopes(context: Context, scopes: List<String>, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, autoLogin: Boolean? = null, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", clientId: String = KakaoSdk.applicationContextInfo.appKey, approvalType: String = "individual"): Single<String>
@JvmOverloads fun authorizeWithTalk(context: Context, requestCode: Int, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, autoLogin: Boolean? = null, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", clientId: String = KakaoSdk.applicationContextInfo.appKey, approvalType: String = "individual", kaHeader: String = KakaoSdk.applicationContextInfo.kaHeader): Single<String>
fun isTalkLoginAvailable(context: Context): Boolean
class RxLinkClient
Module Contents
RxLinkClient(api: RxLinkApi = ApiFactory.kapi.create(RxLinkApi::class.java), linkIntentClient: KakaoLinkIntentClient = KakaoLinkIntentClient.instance)
fun customTemplate(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<Intent>
fun defaultTemplate(context: Context, defaultTemplate: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Single<Intent>
@JvmStatic val instance: RxLinkClient
fun isKakaoLinkAvailable(context: Context): Boolean
fun scrapImage(imageUrl: String, secureResource: Boolean = true): Single<ImageUploadResult>
fun scrapTemplate(context: Context, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<Intent>
fun uploadImage(image: File, secureResource: Boolean = true): Single<ImageUploadResult>
class RxSdkLogger : SdkLogger
class RxStoryApiClient
Module Contents
RxStoryApiClient(api: RxStoryApi = ApiFactory.kapiWithOAuth.create(RxStoryApi::class.java), apiInterceptor: TokenBasedApiInterceptor = TokenBasedApiInterceptor.instance)
fun deleteStory(id: String): Completable
@JvmStatic val instance: RxStoryApiClient
fun isStoryUser(): Single<Boolean>
fun linkInfo(url: String): Single<LinkInfo>
@JvmOverloads fun postLink(linkInfo: LinkInfo, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null): Single<String>
@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null): Single<String>
@JvmOverloads fun postPhoto(images: List<String>, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null): Single<String>
@JvmOverloads fun profile(secureResource: Boolean? = true): Single<StoryProfile>
@JvmOverloads fun stories(lastId: String? = null): Single<List<Story>>
fun story(id: String): Single<Story>
fun uploadImage(images: List<File>): Single<List<String>>
class RxTalkApiClient
Module Contents
RxTalkApiClient(api: RxTalkApi = ApiFactory.kapiWithOAuth.create(RxTalkApi::class.java), apiInterceptor: TokenBasedApiInterceptor = TokenBasedApiInterceptor.instance, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo)
fun addChannelUrl(channelId: String): Uri
val apiInterceptor: TokenBasedApiInterceptor
fun channelChatUrl(channelId: String): Uri
@JvmOverloads fun channels(publicIds: List<String>? = null): Single<ChannelRelations>
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, secureResource: Boolean? = true): Single<Friends<Friend>>
@JvmStatic val instance: RxTalkApiClient
@JvmOverloads fun profile(secureResource: Boolean? = true): Single<TalkProfile>
@JvmOverloads fun sendCustomMemo(templateId: Long, templateArgs: Map<String, String>? = null): Completable
@JvmOverloads fun sendCustomMessage(receiverUuids: List<String>, templateId: Long, templateArgs: Map<String, String>? = null): Single<MessageSendResult>
fun sendDefaultMemo(templateParams: DefaultTemplate): Completable
fun sendDefaultMessage(receiverUuids: List<String>, templateParams: DefaultTemplate): Single<MessageSendResult>
@JvmOverloads fun sendScrapMemo(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null): Completable
@JvmOverloads fun sendScrapMessage(receiverUuids: List<String>, requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null): Single<MessageSendResult>
class RxUserApiClient
abstract class SdkLogger
data class ServiceTerms
data class ShippingAddress
Module Contents
ShippingAddress(id: Long, name: String?, isDefault: Boolean, updatedAt: Date, type: ShippingAddressType, baseAddress: String, detailAddress: String, receiverName: String?, receiverPhoneNumber1: String?, receiverPhoneNumber2: String?, zoneNumber: String?, zipCode: String?)
val baseAddress: String
val detailAddress: String
val id: Long
val isDefault: Boolean
val name: String?
val receiverName: String?
val receiverPhoneNumber1: String?
val receiverPhoneNumber2: String?
val type: ShippingAddressType
val updatedAt: Date
val zipCode: String?
val zoneNumber: String?
enum class ShippingAddressType
data class Social : Parcelable
data class Story : Parcelable
Module Contents
Story(: String, : String, : String, : Date, : Int, : Int, : String, : String, : List<StoryImage>?, : List<StoryLike>, : List<StoryComment>)
val commentCount: Int
val comments: List<StoryComment>
val content: String
val createdAt: Date
val id: String
val likeCount: Int
val likes: List<StoryLike>
val media: List<StoryImage>?
val mediaType: String
enum class Permission
val permission: String
val url: String
data class StoryActor : Parcelable
class StoryApiClient
data class StoryComment : Parcelable
data class StoryImage : Parcelable
data class StoryLike : Parcelable
data class StoryProfile : Parcelable
class TalkApiClient
data class TalkProfile : Parcelable
data class TextTemplate : DefaultTemplate
class TokenBasedApiInterceptor
data class User : Parcelable
data class UserServiceTerms
data class UserShippingAddresses
object Utility
data class ValidationResult
enum class VehicleType
class WebSharerClient
Module Contents
WebSharerClient(contextInfo: ContextInfo = KakaoSdk.applicationContextInfo, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo)
fun customTemplateUri(templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
fun defaultTemplateUri(templateParams: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Uri
val instance: WebSharerClient
fun scrapTemplateUri(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
package com.kakao.sdk.auth
Module Contents
interface AccessTokenRepo
class AuthApiClient
class AuthCodeClient
val AuthApiClient.Companion.rx: RxAuthApiClient
val AuthCodeClient.Companion.rx: RxAuthCodeClient
class RxAuthApiClient
class RxAuthCodeClient
Module Contents
RxAuthCodeClient(authApiClient: RxAuthApiClient = AuthApiClient.rx, intentResolveClient: IntentResolveClient = IntentResolveClient.instance)
@JvmOverloads fun authorize(context: Context, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, autoLogin: Boolean? = null, clientId: String = KakaoSdk.applicationContextInfo.appKey, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", approvalType: String = "individual"): Single<String>
@JvmOverloads fun authorizeWithNewScopes(context: Context, scopes: List<String>, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, autoLogin: Boolean? = null, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", clientId: String = KakaoSdk.applicationContextInfo.appKey, approvalType: String = "individual"): Single<String>
@JvmOverloads fun authorizeWithTalk(context: Context, requestCode: Int, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, autoLogin: Boolean? = null, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", clientId: String = KakaoSdk.applicationContextInfo.appKey, approvalType: String = "individual", kaHeader: String = KakaoSdk.applicationContextInfo.kaHeader): Single<String>
fun isTalkLoginAvailable(context: Context): Boolean
package com.kakao.sdk.auth.model
package com.kakao.sdk.auth.network
package com.kakao.sdk.common
package com.kakao.sdk.common.model
package com.kakao.sdk.common.util
package com.kakao.sdk.link
Module Contents
class LinkClient
val LinkClient.Companion.rx: RxLinkClient
class RxLinkClient
Module Contents
RxLinkClient(api: RxLinkApi = ApiFactory.kapi.create(RxLinkApi::class.java), linkIntentClient: KakaoLinkIntentClient = KakaoLinkIntentClient.instance)
fun customTemplate(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<Intent>
fun defaultTemplate(context: Context, defaultTemplate: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Single<Intent>
@JvmStatic val instance: RxLinkClient
fun isKakaoLinkAvailable(context: Context): Boolean
fun scrapImage(imageUrl: String, secureResource: Boolean = true): Single<ImageUploadResult>
fun scrapTemplate(context: Context, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<Intent>
fun uploadImage(image: File, secureResource: Boolean = true): Single<ImageUploadResult>
class WebSharerClient
Module Contents
WebSharerClient(contextInfo: ContextInfo = KakaoSdk.applicationContextInfo, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo)
fun customTemplateUri(templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
fun defaultTemplateUri(templateParams: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Uri
val instance: WebSharerClient
fun scrapTemplateUri(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
package com.kakao.sdk.link.model
package com.kakao.sdk.navi
package com.kakao.sdk.navi.model
package com.kakao.sdk.network
package com.kakao.sdk.story
Module Contents
val StoryApiClient.Companion.rx: RxStoryApiClient
class RxStoryApiClient
Module Contents
RxStoryApiClient(api: RxStoryApi = ApiFactory.kapiWithOAuth.create(RxStoryApi::class.java), apiInterceptor: TokenBasedApiInterceptor = TokenBasedApiInterceptor.instance)
fun deleteStory(id: String): Completable
@JvmStatic val instance: RxStoryApiClient
fun isStoryUser(): Single<Boolean>
fun linkInfo(url: String): Single<LinkInfo>
@JvmOverloads fun postLink(linkInfo: LinkInfo, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null): Single<String>
@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null): Single<String>
@JvmOverloads fun postPhoto(images: List<String>, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null): Single<String>
@JvmOverloads fun profile(secureResource: Boolean? = true): Single<StoryProfile>
@JvmOverloads fun stories(lastId: String? = null): Single<List<Story>>
fun story(id: String): Single<Story>
fun uploadImage(images: List<File>): Single<List<String>>
class StoryApiClient
package com.kakao.sdk.story.model
Module Contents
enum class BirthdayType
data class LinkInfo : Parcelable
data class Story : Parcelable
Module Contents
Story(: String, : String, : String, : Date, : Int, : Int, : String, : String, : List<StoryImage>?, : List<StoryLike>, : List<StoryComment>)
val commentCount: Int
val comments: List<StoryComment>
val content: String
val createdAt: Date
val id: String
val likeCount: Int
val likes: List<StoryLike>
val media: List<StoryImage>?
val mediaType: String
enum class Permission
val permission: String
val url: String
data class StoryActor : Parcelable
data class StoryComment : Parcelable
data class StoryImage : Parcelable
data class StoryLike : Parcelable
data class StoryProfile : Parcelable
package com.kakao.sdk.talk
Module Contents
val TalkApiClient.Companion.rx: RxTalkApiClient
class RxTalkApiClient
Module Contents
RxTalkApiClient(api: RxTalkApi = ApiFactory.kapiWithOAuth.create(RxTalkApi::class.java), apiInterceptor: TokenBasedApiInterceptor = TokenBasedApiInterceptor.instance, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo)
fun addChannelUrl(channelId: String): Uri
val apiInterceptor: TokenBasedApiInterceptor
fun channelChatUrl(channelId: String): Uri
@JvmOverloads fun channels(publicIds: List<String>? = null): Single<ChannelRelations>
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, secureResource: Boolean? = true): Single<Friends<Friend>>
@JvmStatic val instance: RxTalkApiClient
@JvmOverloads fun profile(secureResource: Boolean? = true): Single<TalkProfile>
@JvmOverloads fun sendCustomMemo(templateId: Long, templateArgs: Map<String, String>? = null): Completable
@JvmOverloads fun sendCustomMessage(receiverUuids: List<String>, templateId: Long, templateArgs: Map<String, String>? = null): Single<MessageSendResult>
fun sendDefaultMemo(templateParams: DefaultTemplate): Completable
fun sendDefaultMessage(receiverUuids: List<String>, templateParams: DefaultTemplate): Single<MessageSendResult>
@JvmOverloads fun sendScrapMemo(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null): Completable
@JvmOverloads fun sendScrapMessage(receiverUuids: List<String>, requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null): Single<MessageSendResult>
class TalkApiClient
package com.kakao.sdk.talk.model
package com.kakao.sdk.template
package com.kakao.sdk.user
package com.kakao.sdk.user.model
Module Contents
data class AccessTokenInfo : Parcelable
data class Account : Parcelable
Module Contents
Account(profileNeedsAgreement: Boolean?, profile: Profile?, emailNeedsAgreement: Boolean?, isEmailValid: Boolean?, isEmailVerified: Boolean?, email: String?, ageRangeNeedsAgreement: Boolean?, ageRange: AgeRange?, birthyearNeedsAgreement: Boolean?, birthyear: String?, birthdayNeedsAgreement: Boolean?, birthday: String?, genderNeedsAgreement: Boolean?, gender: Gender?, ciNeedsAgreement: Boolean?, ci: String?, ciAuthenticatedAt: Date?, legalNameNeedsAgreement: Boolean?, legalName: String?, legalBirthDateNeedsAgreement: Boolean?, legalBirthDate: String?, legalGenderNeedsAgreement: Boolean?, legalGender: Gender?, phoneNumberNeedsAgreement: Boolean?, phoneNumber: String?)
val ageRange: AgeRange?
val ageRangeNeedsAgreement: Boolean?
val birthday: String?
val birthdayNeedsAgreement: Boolean?
val birthyear: String?
val birthyearNeedsAgreement: Boolean?
val ci: String?
val ciAuthenticatedAt: Date?
val ciNeedsAgreement: Boolean?
val email: String?
val emailNeedsAgreement: Boolean?
val gender: Gender?
val genderNeedsAgreement: Boolean?
val isEmailValid: Boolean?
val isEmailVerified: Boolean?
val legalBirthDate: String?
val legalBirthDateNeedsAgreement: Boolean?
val legalGender: Gender?
val legalGenderNeedsAgreement: Boolean?
val legalName: String?
val legalNameNeedsAgreement: Boolean?
val phoneNumber: String?
val phoneNumberNeedsAgreement: Boolean?
val profile: Profile?
val profileNeedsAgreement: Boolean?
enum class AgeRange
enum class Gender
data class Profile : Parcelable
data class ServiceTerms
data class ShippingAddress
Module Contents
ShippingAddress(id: Long, name: String?, isDefault: Boolean, updatedAt: Date, type: ShippingAddressType, baseAddress: String, detailAddress: String, receiverName: String?, receiverPhoneNumber1: String?, receiverPhoneNumber2: String?, zoneNumber: String?, zipCode: String?)
val baseAddress: String
val detailAddress: String
val id: Long
val isDefault: Boolean
val name: String?
val receiverName: String?
val receiverPhoneNumber1: String?
val receiverPhoneNumber2: String?
val type: ShippingAddressType
val updatedAt: Date
val zipCode: String?
val zoneNumber: String?
enum class ShippingAddressType
data class User : Parcelable
data class UserServiceTerms
data class UserShippingAddresses