Package com.blukii.sdk.info
Class InfoOutputData
java.lang.Object
com.blukii.sdk.info.InfoOutputData
- All Implemented Interfaces:
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:
-
Nested Class Summary
-
Field Summary
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of Output TypeGets the value of Text to speech.Gets the url of the Preview Image.getTitle()
Gets the value of output Title.getUrl()
Gets the value of output URL.Gets the value of the Audio File URL.void
writeToParcel
(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getTitle
Gets the value of output Title.- Returns:
- Value of Title
-
getUrl
Gets the value of output URL.- Returns:
- Value of URL
- See Also:
-
getPreviewUrl
Gets the url of the Preview Image.- Returns:
- Value of preview url.
-
getOutputType
Gets the value of Output Type- Returns:
OutputType
.- See Also:
-
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
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 interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-