kakao-android-sdk-rx
Module Contents
alltypes
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
data class ApiError : KakaoSdkError, Parcelable
enum class ApiErrorCause
data class ApiErrorResponse : Parcelable
class AuthApiClient
class AuthCodeClient
Module Contents
AuthCodeClient(intentResolveClient: IntentResolveClient = IntentResolveClient.instance, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo)
@JvmOverloads fun authorizeWithKakaoAccount(context: Context, scopes: List<String>? = null, agt: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (code: String?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun authorizeWithKakaoTalk(context: Context, requestCode: Int = DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (code: String?, error: Throwable?) -> Unit): Unit
const val DEFAULT_REQUEST_CODE: Int
@JvmStatic val instance: AuthCodeClient
fun isKakaoTalkLoginAvailable(context: Context): Boolean
data class AuthError : KakaoSdkError, Parcelable
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
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
object KakaoCustomTabsClient
object KakaoSdk
sealed class KakaoSdkError : RuntimeException
data class Link : Parcelable
class LinkClient
Module Contents
LinkClient(linkApi: LinkApi = ApiFactory.kapi.create(LinkApi::class.java), linkIntentClient: KakaoLinkIntentClient = KakaoLinkIntentClient.instance)
@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
data class Location : Parcelable
data class LocationTemplate : DefaultTemplate
class LoginClient
Module Contents
LoginClient(authApiClient: AuthApiClient = AuthApiClient.instance, authCodeClient: AuthCodeClient = AuthCodeClient.instance)
@JvmStatic val instance: LoginClient
fun isKakaoTalkLoginAvailable(context: Context): Boolean
@JvmOverloads fun loginWithKakaoAccount(context: Context, 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
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 RpOption
class RxAuthApiClient
class RxAuthCodeClient
object RxKakaoSdk
class RxLinkClient
Module Contents
RxLinkClient(api: RxLinkApi = ApiFactory.rxKapi.create(RxLinkApi::class.java), linkIntentClient: KakaoLinkIntentClient = KakaoLinkIntentClient.instance)
@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 RxLoginClient
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, 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 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<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
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, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@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, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@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, 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: ChannelRelations?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, secureResource: Boolean? = true, callback: (friends: Friends<Friend>?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: TalkApiClient
@JvmOverloads fun profile(secureResource: Boolean? = true, 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
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 logout(callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun me(secureReSource: Boolean = true, callback: (user: User?, error: Throwable?) -> Unit): Unit
fun serviceTerms(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 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(templateParams: 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
Module Contents
class AuthApiClient
class AuthCodeClient
Module Contents
AuthCodeClient(intentResolveClient: IntentResolveClient = IntentResolveClient.instance, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo, contextInfo: ContextInfo = KakaoSdk.applicationContextInfo)
@JvmOverloads fun authorizeWithKakaoAccount(context: Context, scopes: List<String>? = null, agt: String? = null, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (code: String?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun authorizeWithKakaoTalk(context: Context, requestCode: Int = DEFAULT_REQUEST_CODE, channelPublicIds: List<String>? = null, serviceTerms: List<String>? = null, callback: (code: String?, error: Throwable?) -> Unit): Unit
const val DEFAULT_REQUEST_CODE: Int
@JvmStatic val instance: AuthCodeClient
fun isKakaoTalkLoginAvailable(context: Context): Boolean
class LoginClient
Module Contents
LoginClient(authApiClient: AuthApiClient = AuthApiClient.instance, authCodeClient: AuthCodeClient = AuthCodeClient.instance)
@JvmStatic val instance: LoginClient
fun isKakaoTalkLoginAvailable(context: Context): Boolean
@JvmOverloads fun loginWithKakaoAccount(context: Context, 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
val AuthApiClient.Companion.rx: RxAuthApiClient
val AuthCodeClient.Companion.rx: RxAuthCodeClient
val LoginClient.Companion.rx: RxLoginClient
class RxAuthApiClient
class RxAuthCodeClient
class RxLoginClient
interface TokenManageable
class TokenManager : TokenManageable
class TokenManagerProvider
package com.kakao.sdk.auth.model
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
Module Contents
LinkClient(linkApi: LinkApi = ApiFactory.kapi.create(LinkApi::class.java), linkIntentClient: KakaoLinkIntentClient = KakaoLinkIntentClient.instance)
@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), linkIntentClient: KakaoLinkIntentClient = KakaoLinkIntentClient.instance)
@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(templateParams: 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, 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 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, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@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, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
@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, 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<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
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: ChannelRelations?, error: Throwable?) -> Unit): Unit
@JvmOverloads fun friends(offset: Int? = null, limit: Int? = null, order: Order? = null, secureResource: Boolean? = true, callback: (friends: Friends<Friend>?, error: Throwable?) -> Unit): Unit
@JvmStatic val instance: TalkApiClient
@JvmOverloads fun profile(secureResource: Boolean? = true, 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
package com.kakao.sdk.user
Module Contents
val UserApiClient.Companion.rx: RxUserApiClient
class RxUserApiClient
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 logout(callback: (error: Throwable?) -> Unit): Unit
@JvmOverloads fun me(secureReSource: Boolean = true, callback: (user: User?, error: Throwable?) -> Unit): Unit
fun serviceTerms(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 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?, 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