sdk
sdk
/
com.tpay.sdk.api.screenless.channelMethods
/
ChannelMethod
Channel
Method
data
class
ChannelMethod
(
val
channelId
:
Int
,
val
name
:
String
,
val
imageUrl
:
String
)
:
Parcelable
Class responsible for storing basic information about channel
Constructors
Functions
Properties
Constructors
Channel
Method
Link copied to clipboard
fun
ChannelMethod
(
channelId
:
Int
,
name
:
String
,
imageUrl
:
String
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
Int
image
Url
Link copied to clipboard
val
imageUrl
:
String
name
Link copied to clipboard
val
name
:
String