-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ChangelogUtils.FooterAction implements Parcelable
Icon that will show up in changelog's footer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChangelogUtils.FooterAction.Companion
-
Field Summary
Fields Modifier and Type Field Description private 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)-
-
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)
-
-
-
-