KMTLinkObject Class Reference
Inherits from | KMTParamObject : NSObject |
---|---|
Declared in | KMTLinkObject.h KMTLinkObject.m |
Overview
Copyright 2017 Kakao Corp.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
webURL
PC버전 카카오톡에서 사용하는 웹 링크 URL.
@property (copy, nonatomic, nullable) NSURL *webURL
Discussion
@property webURL
Declared In
KMTLinkObject.h
mobileWebURL
모바일 카카오톡에서 사용하는 웹 링크 URL.
@property (copy, nonatomic, nullable) NSURL *mobileWebURL
Discussion
@property mobileWebURL
Declared In
KMTLinkObject.h
androidExecutionParams
Android 카카오톡에서 사용하는 앱 링크 URL에 사용될 파라미터.
@property (copy, nonatomic, nullable) NSString *androidExecutionParams
Discussion
@property androidExecutionParams
Declared In
KMTLinkObject.h
iosExecutionParams
iOS 카카오톡에서 사용하는 앱 링크 URL에 사용될 파라미터.
@property (copy, nonatomic, nullable) NSString *iosExecutionParams
Discussion
@property iosExecutionParams
Declared In
KMTLinkObject.h