Package com.blukii.sdk.info
Class InfoBundleOutputData
java.lang.Object
com.blukii.sdk.info.InfoBundleOutputData
- All Implemented Interfaces:
android.os.Parcelable
Read only data object for output language based info bundle data retrieved from
blukii Manager Info CMS.
It is a child object of InfoBundleData
and contains all data that
is language specific
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<InfoBundleOutputData>
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the url of the Bundles Preview Image.getTitle()
Gets the value of the language specific Title.void
writeToParcel
(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getTitle
Gets the value of the language specific Title.Note: if the language specific field Title is not set getTitle contains the value of field
InfoBundleData.getName()
(as fallback).- Returns:
- Value of Title
-
getPreviewUrl
Gets the url of the Bundles Preview Image.- Returns:
- Value of preview url.
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-