Class InfoOutputData

java.lang.Object
com.blukii.sdk.info.InfoOutputData
All Implemented Interfaces:
android.os.Parcelable, Serializable

public final class InfoOutputData extends Object implements android.os.Parcelable, Serializable
Read only data object for output language based blukii data retrieved from blukii Manager Info CMS.

It is a child object of InfoData and contains all data that is language specific

See Also:
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<InfoOutputData> CREATOR
  • Method Details

    • getTitle

      public String getTitle()
      Gets the value of output Title.
      Returns:
      Value of Title
    • getUrl

      public String getUrl()
      Gets the value of output URL.
      Returns:
      Value of URL
      See Also:
    • getPreviewUrl

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

      public OutputType getOutputType()
      Gets the value of Output Type
      Returns:
      OutputType .
      See Also:
    • getUrlExtra

      public String getUrlExtra()
      Gets the value of the Audio File URL.

      Note: this field is optional and only valid for OutputType PDF (see getOutputType(). It contains a url of an audio file.

      Returns:
      Value of Audio File URL of Content Type PDF.
      See Also:
    • getPlainTextExtra

      public String getPlainTextExtra()
      Gets the value of Text to speech.

      Note: this field is optional and only valid for OutputType PDF (see getOutputType(). It contains a text.

      Returns:
      Value of Text to speech of Content Type PDF.
      See Also:
    • 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