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
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a url of an PDF-File;BKInfoOutputData.urlExtra
returns a url of an audio fileBKInfoOutputData.plainTextExtra
returns a translated text
Declaration
Swift
case PDF = "PDF"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a url of a youtube videoDeclaration
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 stringDeclaration
Swift
case VCARD = "VCARD"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a url of a web siteDeclaration
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 textDeclaration
Swift
case WIFI = "WIFI"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a translated message textDeclaration
Swift
case MESSAGE = "MESSAGE"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a url of a MobyCard SiteDeclaration
Swift
case MOBYCARD = "MOBYCARD"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a MECARD syntax stringDeclaration
Swift
case MECARD = "MECARD"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a url of a videoDeclaration
Swift
case VIDEO = "VIDEO"
-
According to the BKOutputType the BKResolveData is affected:
BKInfoOutputData.url
returns a url of a audioDeclaration
Swift
case AUDIO = "AUDIO"
-
Gets true, if output type is downloadable
Declaration
Swift
public func isDownloadable() -> Bool
Return Value
Downloadable state