sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
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
Members
Constructors
Channel
Method
Link copied to clipboard
constructor
(
channelId
:
Int
,
name
:
String
,
imageUrl
:
String
)
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
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
)