Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.utils
/
ChangelogUtils
/
FooterAction
Footer
Action
class
FooterAction
:
Parcelable
Icon that will show up in changelog's footer
Members
Constructors
Footer
Action
Link copied to clipboard
constructor
(
@
DrawableRes
drawableResourceId
:
Int
,
url
:
String
)
Creates a new
FooterAction
Types
Companion
Link copied to clipboard
object
Companion
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
i
:
Int
)
Properties
drawable
Resource
Id
Link copied to clipboard
val
drawableResourceId
:
Int
url
Link copied to clipboard
val
url
:
String