BKOutputType

public enum BKOutputType : String

Definition of available output types that can be chosen for a blukii number on blukii Info Manager (https://manager.blukii.com)

It will be returned by BKInfoOutputData.outputType

  • PDF

    According to the BKOutputType the BKResolveData is affected:

    Declaration

    Swift

    case PDF = "PDF"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a youtube video

    Declaration

    Swift

    case YOUTUBE = "YOUTUBE"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a VCARD file (*.vcf) or a VCARD syntax string

    Declaration

    Swift

    case VCARD = "VCARD"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a web site

    Declaration

    Swift

    case HTML = "HTML"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a WIFI file (*.wifi) or a WIFI syntax text

    Declaration

    Swift

    case WIFI = "WIFI"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a translated message text

    Declaration

    Swift

    case MESSAGE = "MESSAGE"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a MobyCard Site

    Declaration

    Swift

    case MOBYCARD = "MOBYCARD"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a MECARD syntax string

    Declaration

    Swift

    case MECARD = "MECARD"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a video

    Declaration

    Swift

    case VIDEO = "VIDEO"
  • According to the BKOutputType the BKResolveData is affected:

    BKInfoOutputData.url returns a url of a audio

    Declaration

    Swift

    case AUDIO = "AUDIO"
  • Gets true, if output type is downloadable

    Declaration

    Swift

    public func isDownloadable() -> Bool

    Return Value

    Downloadable state