Package com.aliucord.utils
Class ChangelogUtils.FooterAction
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ChangelogUtils.FooterAction implements Parcelable
Icon that will show up in changelog's footer
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ChangelogUtils.FooterAction>
CREATOR
private final Integer
drawableResourceId
private final String
url
-
Constructor Summary
Constructors Constructor Description ChangelogUtils.FooterAction(Integer drawableResourceId, String url)
Creates a new FooterAction
-
Method Summary
Modifier and Type Method Description final Integer
getDrawableResourceId()
final String
getUrl()
Integer
describeContents()
Unit
writeToParcel(Parcel parcel, Integer i)
-
-
Constructor Detail
-
ChangelogUtils.FooterAction
ChangelogUtils.FooterAction(Integer drawableResourceId, String url)
Creates a new FooterAction- Parameters:
drawableResourceId
- Resource id for the icon's imageurl
- Url to a web page that is opened after the icon is clicked
-
-
Method Detail
-
getDrawableResourceId
final Integer getDrawableResourceId()
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer i)
-
-
-
-