MediaStoreIndexingState

@objc(GSMediaStoreIndexingState)
public enum MediaStoreIndexingState : Int, CustomStringConvertible

Indexing state of the media store.

  • The media store is not available.

    Declaration

    Swift

    case unavailable
  • The media store is indexing.

    Declaration

    Swift

    case indexing
  • The media store is indexed and ready to be used.

    Declaration

    Swift

    case indexed
  • Debug description.

    Declaration

    Swift

    public var description: String { get }