kakao-partner-android-docs
kakao-partner-android-docs
/
com.kakao.sdk.template.model
/
ItemInfo
Item
Info
data
class
ItemInfo
(
item
:
String
,
itemOp
:
String
)
:
Parcelable
Content copied to clipboard
아이템 정보
Item information
Constructors
Functions
Properties
Parameters
Parameters
item
아이템 이름
Name of the item
item
Op
아이템 가격
Price of the item
Constructors
Item
Info
Link copied to clipboard
fun
ItemInfo
(
item
:
String
,
itemOp
:
String
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
item
Link copied to clipboard
val
item
:
String
Content copied to clipboard
itemOp
Link copied to clipboard
val
itemOp
:
String
Content copied to clipboard