Class InfoBundleOutputData

java.lang.Object
com.blukii.sdk.info.InfoBundleOutputData
All Implemented Interfaces:
android.os.Parcelable

public final class InfoBundleOutputData extends Object implements 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

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final android.os.Parcelable.Creator<InfoBundleOutputData>
     

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    Gets the url of the Bundles Preview Image.
    Gets the value of the language specific Title.
    void
    writeToParcel(android.os.Parcel dest, int flags)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • getTitle

      public String 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

      public String getPreviewUrl()
      Gets the url of the Bundles Preview Image.
      Returns:
      Value of preview url.
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable