BKInfoBundleOutputData

open class BKInfoBundleOutputData : NSObject, NSCoding

Read only data object for output language based info bundle data retrieved from blukii Manager Info CMS.

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

  • The value of the language specific Title.

    Note: If the language specific field Title is not set title contains the value of field BKInfoBundleData.name (as fallback).

    Declaration

    Swift

    @objc
    internal(set) open var title: String?
  • The url of the Bundles Preview Image.

    Declaration

    Swift

    @objc
    internal(set) open var previewUrl: String?