BMLTiOSLibServerLang

public class BMLTiOSLibServerLang : NSObject

This class will present a functional interface to the server languages.

Public Calculated Properties

  • This allows the class to be treated like a standard Dictionary.

    Declaration

    Swift

    public subscript(inString: String) -> String! { get }

    Return Value

    the Server Info element, as a String.

  • Declaration

    Swift

    public var langKey: String { get }

    Return Value

    the language key.

  • Declaration

    Swift

    public var langName: String { get }

    Return Value

    the language name.

  • :returns true, if this is the default Server language.

    Declaration

    Swift

    public var isDefault: Bool { get }

Public Initializer

  • Simple direct initializer.

    Declaration

    Swift

    public init(_ inLang: [String : String])

    Parameters

    inLang

    This is a Dictionary that contains the info returned from the server.