LoadingState

@objc(BMPLoadingState)
public enum LoadingState : Int

Contains the different loading states a Source can be in.

  • The source is unloaded.

    Declaration

    Swift

    case unloaded
  • The source is currently loading.

    Declaration

    Swift

    case loading
  • The source is loaded.

    Declaration

    Swift

    case loaded