KMTLinkObject Class Reference

Inherits from KMTParamObject : NSObject
Declared in KMTLinkObject.h

Overview

메시지에서 컨텐츠 영역이나 버튼 클릭 시에 이동되는 링크 정보 오브젝트입니다.

오브젝트 내 프로퍼티 중 하나 이상은 반드시 존재해야 합니다. 아무 값도 입력하지 않으면 버튼이 보이지 않거나 클릭 시 이동하지 않을 수 있습니다.
링크에 사용되는 도메인은 반드시 내 애플리케이션 설정에 등록되어야 합니다. 도메인은 개발자 웹사이트의 내 애플리케이션 > (앱 선택) > 설정 > 일반 메뉴에서 등록할 수 있습니다.

Note: 링크 실행 우선순위는 (android/ios)ExecutionParams > mobileWebURL > webURL 입니다.

  webURL

PC버전 카카오톡에서 사용하는 웹 링크 URL

@property (copy, nonatomic, nullable) NSURL *webURL

Declared In

KMTLinkObject.h

  mobileWebURL

모바일 카카오톡에서 사용하는 웹 링크 URL

@property (copy, nonatomic, nullable) NSURL *mobileWebURL

Declared In

KMTLinkObject.h

  androidExecutionParams

Android 카카오톡에서 사용하는 앱 링크 URL에 사용될 파라미터

@property (copy, nonatomic, nullable) NSString *androidExecutionParams

Declared In

KMTLinkObject.h

  iosExecutionParams

iOS 카카오톡에서 사용하는 앱 링크 URL에 사용될 파라미터

@property (copy, nonatomic, nullable) NSString *iosExecutionParams

Declared In

KMTLinkObject.h