TripKit

public enum TripKit

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let shared: TKStore
  • Undocumented

    Declaration

    Swift

    public static let bundle: Bundle
  • Undocumented

    Declaration

    Swift

    public static func loadModel() -> NSManagedObjectModel?
  • Undocumented

    Declaration

    Swift

    public static var apiKey: String { get set }
  • Prepares TripKit to be used

    Should be called from the application delegate, typically from application:didFinishLaunchingWithOptions and applicationWillEnterForeground.

    Declaration

    Swift

    public static func prepareForNewSession()