kakao-android-sdk-rx
Module Contents
alltypes
Module Contents
data class AccessTokenInfo : Parcelable
data class Account : Parcelable
Module Contents
Account(profileNeedsAgreement: Boolean?, profileNicknameNeedsAgreement: Boolean?, profileImageNeedsAgreement: Boolean?, profile: Profile?, emailNeedsAgreement: Boolean?, isEmailValid: Boolean?, isEmailVerified: Boolean?, email: String?, ageRangeNeedsAgreement: Boolean?, ageRange: AgeRange?, birthyearNeedsAgreement: Boolean?, birthyear: String?, birthdayNeedsAgreement: Boolean?, birthday: String?, birthdayType: BirthdayType?, 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?, isKoreanNeedsAgreement: Boolean?, isKorean: Boolean?)
val ageRange: AgeRange?
val ageRangeNeedsAgreement: Boolean?
val birthday: String?
val birthdayNeedsAgreement: Boolean?
val birthdayType: BirthdayType?
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 isKorean: Boolean?
val isKoreanNeedsAgreement: 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 profileImageNeedsAgreement: Boolean?
val profileNeedsAgreement: Boolean?
val profileNicknameNeedsAgreement: Boolean?
enum class AgeRange
data class ApiError : KakaoSdkError, Parcelable
enum class ApiErrorCause
data class ApiErrorResponse : Parcelable
data class AppServiceTerms
class AuthApiClient
data class AuthError : KakaoSdkError, Parcelable
enum class AuthErrorCause
data class AuthErrorResponse : Parcelable
enum class BirthdayType
enum class BirthdayType
data class Button : Parcelable
data class Channel : Parcelable
data class Channels : Parcelable
data class ClientError : KakaoSdkError, Parcelable
enum class ClientErrorCause
data class Commerce : Parcelable
data class CommerceTemplate : DefaultTemplate, Parcelable
data class Content : Parcelable
enum class CoordType
interface DefaultTemplate
data class FeedTemplate : DefaultTemplate, Parcelable
data class Friend : Parcelable
enum class FriendOrder
data class Friends<T : Parcelable> : Parcelable
data class FriendsContext : Parcelable
enum class Gender
data class ImageInfo : Parcelable
data class ImageInfos : Parcelable
data class ImageUploadResult : Parcelable
object KakaoCustomTabsClient
object KakaoSdk
Module Contents
val appKey: String
lateinit var applicationContextInfo: ApplicationContextInfo
lateinit var approvalType: ApprovalType
lateinit var hosts: ServerHosts
@JvmStatic @JvmOverloads fun init(context: Context, appKey: String, customScheme: String? = null, loggingEnabled: Boolean? = null, hosts: ServerHosts? = null, approvalType: ApprovalType? = null): Unit
fun init(context: Context, appKey: String, customScheme: String, loggingEnabled: Boolean, hosts: ServerHosts, approvalType: ApprovalType, type: Type): Unit
val kaHeader: String
val keyHash: String
var loggingEnabled: Boolean
val redirectUri: String
lateinit var type: Type
enum class Type
sealed class KakaoSdkError : RuntimeException
data class Link : Parcelable
class LinkClient
Module Contents
LinkClient(linkApi: LinkApi = ApiFactory.kapi.create(LinkApi::class.java))
@JvmOverloads fun customTemplate(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null, callback: (linkResult: LinkResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun defaultTemplate(context: Context, defaultTemplate: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null, callback: (linkResult: LinkResult?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: LinkClient
fun isKakaoLinkAvailable(context: Context): Boolean
@JvmOverloads fun scrapImage(imageUrl: String, secureResource: Boolean = true, callback: (imageUploadResult: ImageUploadResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun scrapTemplate(context: Context, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null, callback: (linkResult: LinkResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun uploadImage(image: File, secureResource: Boolean = true, callback: (imageUploadResult: ImageUploadResult?, error: Throwable?) -> Unit): Unit
data class LinkInfo : Parcelable
data class LinkResult : Parcelable
data class ListTemplate : DefaultTemplate, Parcelable
data class Location : Parcelable
data class LocationTemplate : DefaultTemplate, Parcelable
data class MessageFailureInfo : Parcelable
data class MessageSendResult : Parcelable
class NaviClient
class NaviOption : Parcelable
data class OAuthToken : Parcelable
enum class Order
data class Profile : Parcelable
enum class Prompt
enum class RpOption
object RxKakaoSdk
class RxLinkClient
Module Contents
RxLinkClient(api: RxLinkApi = ApiFactory.rxKapi.create(RxLinkApi::class.java))
@JvmOverloads fun customTemplate(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<LinkResult>
@JvmOverloads fun defaultTemplate(context: Context, defaultTemplate: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Single<LinkResult>
@JvmStatic val instance: RxLinkClient
@JvmOverloads fun scrapImage(imageUrl: String, secureResource: Boolean = true): Single<ImageUploadResult>
@JvmOverloads fun scrapTemplate(context: Context, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<LinkResult>
@JvmOverloads fun uploadImage(image: File, secureResource: Boolean = true): Single<ImageUploadResult>
class RxStoryApiClient
Module Contents
RxStoryApiClient(api: RxStoryApi = ApiFactory.rxKapiWithOAuth.create(RxStoryApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance)
fun delete(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, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null): Single<String>
@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null): Single<String>
@JvmOverloads fun postPhoto(images: List<String>, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: 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 upload(images: List<File>): Single<List<String>>
class RxTalkApiClient
Module Contents
RxTalkApiClient(api: RxTalkApi = ApiFactory.rxKapiWithOAuth.create(RxTalkApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance)
val authOperations: RxAuthOperations
@JvmOverloads fun channels(publicIds: List<String>? = null): Single<Channels>
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null): Single<Friends<Friend>>
@JvmStatic val instance: RxTalkApiClient
@JvmOverloads fun profile(): 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(template: DefaultTemplate): Completable
fun sendDefaultMessage(receiverUuids: List<String>, template: 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
Module Contents
RxUserApiClient(userApi: RxUserApi = ApiFactory.rxKapiWithOAuth.create(RxUserApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance, tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
fun accessTokenInfo(): Single<AccessTokenInfo>
val authOperations: RxAuthOperations
@JvmStatic val instance: RxUserApiClient
@JvmOverloads fun loginWithKakaoAccount(context: Context, prompts: List<Prompt>? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<OAuthToken>
@JvmOverloads fun loginWithKakaoTalk(context: Context, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<OAuthToken>
fun loginWithNewScopes(context: Context, scopes: List<String>): Single<OAuthToken>
fun logout(): Completable
@JvmOverloads fun me(secureReSource: Boolean = true): Single<User>
fun revokeScopes(scopes: List<String>): Single<ScopeInfo>
fun scopes(scopes: List<String>? = null): Single<ScopeInfo>
fun serviceTerms(: String? = null): Single<UserServiceTerms>
@JvmOverloads fun shippingAddresses(fromUpdateAt: Date? = null, pageSize: Int? = null): Single<UserShippingAddresses>
fun shippingAddresses(addressId: Long): Single<UserShippingAddresses>
@JvmOverloads fun signup(properties: Map<String, String>? = null): Completable
fun unlink(): Completable
fun updateProfile(properties: Map<String, String>): Completable
data class Scope : Parcelable
data class ScopeInfo : Parcelable
enum class ScopeType
class SdkLog
enum class SdkLogLevel
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
Module Contents
StoryApiClient(storyApi: StoryApi = ApiFactory.kapiWithOAuth.create(StoryApi::class.java))
fun delete(id: String, callback: (error: Throwable?) -> Unit): Unit
@JvmStatic val instance: StoryApiClient
fun isStoryUser(callback: (isStoryUser: Boolean?, error: Throwable?) -> Unit): Unit
fun linkInfo(url: String, callback: (linkInfo: LinkInfo?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun postLink(linkInfo: LinkInfo, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun postPhoto(images: List<String>, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun profile(secureResource: Boolean? = true, callback: (profile: StoryProfile?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun stories(lastId: String? = null, callback: (stories: List<Story>?, error: Throwable?) -> Unit): Unit
fun story(id: String, callback: (story: Story?, error: Throwable?) -> Unit): Unit
fun upload(images: List<File>, callback: (uploadedPaths: List<String>?, error: Throwable?) -> Unit): Unit
data class StoryComment : Parcelable
data class StoryImage : Parcelable
data class StoryLike : Parcelable
data class StoryProfile : Parcelable
class TalkApiClient
Module Contents
TalkApiClient(talkApi: TalkApi = ApiFactory.kapiWithOAuth.create(TalkApi::class.java), applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo)
fun addChannelUrl(channelPublicId: String): Uri
fun channelChatUrl(channelPublicId: String): Uri
@JvmOverloads fun channels(publicIds: List<String>? = null, callback: (relations: Channels?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null, callback: (friends: Friends<Friend>?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun friends(context: FriendsContext?, callback: (friends: Friends<Friend>?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: TalkApiClient
@JvmOverloads fun profile(callback: (profile: TalkProfile?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendCustomMemo(templateId: Long, templateArgs: Map<String, String>? = null, callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendCustomMessage(receiverUuids: List<String>, templateId: Long, templateArgs: Map<String, String>? = null, callback: (result: MessageSendResult?, error: Throwable?) -> Unit): Unit
fun sendDefaultMemo(template: DefaultTemplate, callback: (error: Throwable?) -> Unit): Unit
fun sendDefaultMessage(receiverUuids: List<String>, template: DefaultTemplate, callback: (result: MessageSendResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendScrapMemo(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendScrapMessage(receiverUuids: List<String>, requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, callback: (result: MessageSendResult?, error: Throwable?) -> Unit): Unit
data class TalkProfile : Parcelable
data class TextTemplate : DefaultTemplate, Parcelable
interface TokenManageable
class TokenManager : TokenManageable
class TokenManagerProvider
data class User : Parcelable
class UserApiClient
Module Contents
UserApiClient(userApi: UserApi = ApiFactory.kapiWithOAuth.create(UserApi::class.java), tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
fun accessTokenInfo(callback: (tokenInfo: AccessTokenInfo?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: UserApiClient
fun isKakaoTalkLoginAvailable(context: Context): Boolean
@JvmOverloads fun loginWithKakaoAccount(context: Context, prompts: List<Prompt>? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (token: OAuthToken?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun loginWithKakaoTalk(context: Context, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (token: OAuthToken?, error: Throwable?) -> Unit): Unit
fun loginWithNewScopes(context: Context, scopes: List<String>, callback: (token: OAuthToken?, error: Throwable?) -> Unit): Unit
fun logout(callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun me(secureReSource: Boolean = true, callback: (user: User?, error: Throwable?) -> Unit): Unit
fun revokeScopes(scopes: List<String>, callback: (scopeInfo: ScopeInfo?, error: Throwable?) -> Unit): Unit
fun scopes(scopes: List<String>? = null, callback: (scopeInfo: ScopeInfo?, error: Throwable?) -> Unit): Unit
fun serviceTerms(: String? = null, callback: (userServiceTerms: UserServiceTerms?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun shippingAddresses(fromUpdateAt: Date? = null, pageSize: Int? = null, callback: (userShippingAddresses: UserShippingAddresses?, error: Throwable?) -> Unit): Unit
fun shippingAddresses(addressId: Long, callback: (userShippingAddresses: UserShippingAddresses?, error: Throwable?) -> Unit): Unit
fun signup(properties: Map<String, String>? = null, callback: (error: Throwable?) -> Unit): Unit
fun unlink(callback: (error: Throwable?) -> Unit): Unit
fun updateProfile(properties: Map<String, String>, callback: (error: Throwable?) -> Unit): Unit
data class UserServiceTerms
data class UserShippingAddresses
enum class VehicleType
class WebSharerClient
Module Contents
WebSharerClient(contextInfo: ContextInfo = KakaoSdk.applicationContextInfo, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo)
@JvmOverloads fun customTemplateUri(templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
@JvmOverloads fun defaultTemplateUri(template: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Uri
@JvmStatic val instance: WebSharerClient
@JvmOverloads fun scrapTemplateUri(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
package com.kakao.sdk.auth
package com.kakao.sdk.auth.model
package com.kakao.sdk.common
Module Contents
object KakaoSdk
Module Contents
val appKey: String
lateinit var applicationContextInfo: ApplicationContextInfo
lateinit var approvalType: ApprovalType
lateinit var hosts: ServerHosts
@JvmStatic @JvmOverloads fun init(context: Context, appKey: String, customScheme: String? = null, loggingEnabled: Boolean? = null, hosts: ServerHosts? = null, approvalType: ApprovalType? = null): Unit
fun init(context: Context, appKey: String, customScheme: String, loggingEnabled: Boolean, hosts: ServerHosts, approvalType: ApprovalType, type: Type): Unit
val kaHeader: String
val keyHash: String
var loggingEnabled: Boolean
val redirectUri: String
lateinit var type: Type
enum class Type
object RxKakaoSdk
package com.kakao.sdk.common.model
package com.kakao.sdk.common.util
package com.kakao.sdk.link
Module Contents
class LinkClient
Module Contents
LinkClient(linkApi: LinkApi = ApiFactory.kapi.create(LinkApi::class.java))
@JvmOverloads fun customTemplate(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null, callback: (linkResult: LinkResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun defaultTemplate(context: Context, defaultTemplate: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null, callback: (linkResult: LinkResult?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: LinkClient
fun isKakaoLinkAvailable(context: Context): Boolean
@JvmOverloads fun scrapImage(imageUrl: String, secureResource: Boolean = true, callback: (imageUploadResult: ImageUploadResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun scrapTemplate(context: Context, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null, callback: (linkResult: LinkResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun uploadImage(image: File, secureResource: Boolean = true, callback: (imageUploadResult: ImageUploadResult?, error: Throwable?) -> Unit): Unit
val LinkClient.Companion.rx: RxLinkClient
class RxLinkClient
Module Contents
RxLinkClient(api: RxLinkApi = ApiFactory.rxKapi.create(RxLinkApi::class.java))
@JvmOverloads fun customTemplate(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<LinkResult>
@JvmOverloads fun defaultTemplate(context: Context, defaultTemplate: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Single<LinkResult>
@JvmStatic val instance: RxLinkClient
@JvmOverloads fun scrapImage(imageUrl: String, secureResource: Boolean = true): Single<ImageUploadResult>
@JvmOverloads fun scrapTemplate(context: Context, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<LinkResult>
@JvmOverloads fun uploadImage(image: File, secureResource: Boolean = true): Single<ImageUploadResult>
class WebSharerClient
Module Contents
WebSharerClient(contextInfo: ContextInfo = KakaoSdk.applicationContextInfo, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo)
@JvmOverloads fun customTemplateUri(templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
@JvmOverloads fun defaultTemplateUri(template: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Uri
@JvmStatic val instance: WebSharerClient
@JvmOverloads 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.story
Module Contents
val StoryApiClient.Companion.rx: RxStoryApiClient
class RxStoryApiClient
Module Contents
RxStoryApiClient(api: RxStoryApi = ApiFactory.rxKapiWithOAuth.create(RxStoryApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance)
fun delete(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, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null): Single<String>
@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null): Single<String>
@JvmOverloads fun postPhoto(images: List<String>, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: 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 upload(images: List<File>): Single<List<String>>
class StoryApiClient
Module Contents
StoryApiClient(storyApi: StoryApi = ApiFactory.kapiWithOAuth.create(StoryApi::class.java))
fun delete(id: String, callback: (error: Throwable?) -> Unit): Unit
@JvmStatic val instance: StoryApiClient
fun isStoryUser(callback: (isStoryUser: Boolean?, error: Throwable?) -> Unit): Unit
fun linkInfo(url: String, callback: (linkInfo: LinkInfo?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun postLink(linkInfo: LinkInfo, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun postPhoto(images: List<String>, content: String, permission: Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun profile(secureResource: Boolean? = true, callback: (profile: StoryProfile?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun stories(lastId: String? = null, callback: (stories: List<Story>?, error: Throwable?) -> Unit): Unit
fun story(id: String, callback: (story: Story?, error: Throwable?) -> Unit): Unit
fun upload(images: List<File>, callback: (uploadedPaths: List<String>?, error: Throwable?) -> Unit): Unit
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.rxKapiWithOAuth.create(RxTalkApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance)
val authOperations: RxAuthOperations
@JvmOverloads fun channels(publicIds: List<String>? = null): Single<Channels>
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null): Single<Friends<Friend>>
@JvmStatic val instance: RxTalkApiClient
@JvmOverloads fun profile(): 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(template: DefaultTemplate): Completable
fun sendDefaultMessage(receiverUuids: List<String>, template: 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
Module Contents
TalkApiClient(talkApi: TalkApi = ApiFactory.kapiWithOAuth.create(TalkApi::class.java), applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo)
fun addChannelUrl(channelPublicId: String): Uri
fun channelChatUrl(channelPublicId: String): Uri
@JvmOverloads fun channels(publicIds: List<String>? = null, callback: (relations: Channels?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null, callback: (friends: Friends<Friend>?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun friends(context: FriendsContext?, callback: (friends: Friends<Friend>?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: TalkApiClient
@JvmOverloads fun profile(callback: (profile: TalkProfile?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendCustomMemo(templateId: Long, templateArgs: Map<String, String>? = null, callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendCustomMessage(receiverUuids: List<String>, templateId: Long, templateArgs: Map<String, String>? = null, callback: (result: MessageSendResult?, error: Throwable?) -> Unit): Unit
fun sendDefaultMemo(template: DefaultTemplate, callback: (error: Throwable?) -> Unit): Unit
fun sendDefaultMessage(receiverUuids: List<String>, template: DefaultTemplate, callback: (result: MessageSendResult?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendScrapMemo(requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun sendScrapMessage(receiverUuids: List<String>, requestUrl: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, callback: (result: MessageSendResult?, error: Throwable?) -> Unit): Unit
package com.kakao.sdk.talk.model
package com.kakao.sdk.template.model
package com.kakao.sdk.user
Module Contents
val UserApiClient.Companion.rx: RxUserApiClient
class RxUserApiClient
Module Contents
RxUserApiClient(userApi: RxUserApi = ApiFactory.rxKapiWithOAuth.create(RxUserApi::class.java), authOperations: RxAuthOperations = RxAuthOperations.instance, tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
fun accessTokenInfo(): Single<AccessTokenInfo>
val authOperations: RxAuthOperations
@JvmStatic val instance: RxUserApiClient
@JvmOverloads fun loginWithKakaoAccount(context: Context, prompts: List<Prompt>? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<OAuthToken>
@JvmOverloads fun loginWithKakaoTalk(context: Context, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null): Single<OAuthToken>
fun loginWithNewScopes(context: Context, scopes: List<String>): Single<OAuthToken>
fun logout(): Completable
@JvmOverloads fun me(secureReSource: Boolean = true): Single<User>
fun revokeScopes(scopes: List<String>): Single<ScopeInfo>
fun scopes(scopes: List<String>? = null): Single<ScopeInfo>
fun serviceTerms(: String? = null): Single<UserServiceTerms>
@JvmOverloads fun shippingAddresses(fromUpdateAt: Date? = null, pageSize: Int? = null): Single<UserShippingAddresses>
fun shippingAddresses(addressId: Long): Single<UserShippingAddresses>
@JvmOverloads fun signup(properties: Map<String, String>? = null): Completable
fun unlink(): Completable
fun updateProfile(properties: Map<String, String>): Completable
class UserApiClient
Module Contents
UserApiClient(userApi: UserApi = ApiFactory.kapiWithOAuth.create(UserApi::class.java), tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
fun accessTokenInfo(callback: (tokenInfo: AccessTokenInfo?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: UserApiClient
fun isKakaoTalkLoginAvailable(context: Context): Boolean
@JvmOverloads fun loginWithKakaoAccount(context: Context, prompts: List<Prompt>? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (token: OAuthToken?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun loginWithKakaoTalk(context: Context, requestCode: Int = AuthCodeClient.DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (token: OAuthToken?, error: Throwable?) -> Unit): Unit
fun loginWithNewScopes(context: Context, scopes: List<String>, callback: (token: OAuthToken?, error: Throwable?) -> Unit): Unit
fun logout(callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun me(secureReSource: Boolean = true, callback: (user: User?, error: Throwable?) -> Unit): Unit
fun revokeScopes(scopes: List<String>, callback: (scopeInfo: ScopeInfo?, error: Throwable?) -> Unit): Unit
fun scopes(scopes: List<String>? = null, callback: (scopeInfo: ScopeInfo?, error: Throwable?) -> Unit): Unit
fun serviceTerms(: String? = null, callback: (userServiceTerms: UserServiceTerms?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun shippingAddresses(fromUpdateAt: Date? = null, pageSize: Int? = null, callback: (userShippingAddresses: UserShippingAddresses?, error: Throwable?) -> Unit): Unit
fun shippingAddresses(addressId: Long, callback: (userShippingAddresses: UserShippingAddresses?, error: Throwable?) -> Unit): Unit
fun signup(properties: Map<String, String>? = null, callback: (error: Throwable?) -> Unit): Unit
fun unlink(callback: (error: Throwable?) -> Unit): Unit
fun updateProfile(properties: Map<String, String>, callback: (error: Throwable?) -> Unit): Unit
package com.kakao.sdk.user.model
Module Contents
data class AccessTokenInfo : Parcelable
data class Account : Parcelable
Module Contents
Account(profileNeedsAgreement: Boolean?, profileNicknameNeedsAgreement: Boolean?, profileImageNeedsAgreement: Boolean?, profile: Profile?, emailNeedsAgreement: Boolean?, isEmailValid: Boolean?, isEmailVerified: Boolean?, email: String?, ageRangeNeedsAgreement: Boolean?, ageRange: AgeRange?, birthyearNeedsAgreement: Boolean?, birthyear: String?, birthdayNeedsAgreement: Boolean?, birthday: String?, birthdayType: BirthdayType?, 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?, isKoreanNeedsAgreement: Boolean?, isKorean: Boolean?)
val ageRange: AgeRange?
val ageRangeNeedsAgreement: Boolean?
val birthday: String?
val birthdayNeedsAgreement: Boolean?
val birthdayType: BirthdayType?
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 isKorean: Boolean?
val isKoreanNeedsAgreement: 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 profileImageNeedsAgreement: Boolean?
val profileNeedsAgreement: Boolean?
val profileNicknameNeedsAgreement: Boolean?
enum class AgeRange
data class AppServiceTerms
enum class BirthdayType
enum class Gender
data class Profile : Parcelable
data class Scope : Parcelable
data class ScopeInfo : Parcelable
enum class ScopeType
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