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>CREATORprivate final IntegerdrawableResourceIdprivate final Stringurl
-
Constructor Summary
Constructors Constructor Description ChangelogUtils.FooterAction(Integer drawableResourceId, String url)Creates a new FooterAction
-
Method Summary
Modifier and Type Method Description final IntegergetDrawableResourceId()final StringgetUrl()IntegerdescribeContents()UnitwriteToParcel(Parcel parcel, Integer i)-
-
Method Detail
-
getDrawableResourceId
final Integer getDrawableResourceId()
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer i)
-
-
-
-