Interface NSFileProviderItem

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
NSFileProviderItemAdapter

public interface NSFileProviderItem
extends NSObjectProtocol
Since:
Available in iOS 11.0 and later.
  • Method Details

    • getItemIdentifier

      NSString getItemIdentifier()
    • getParentItemIdentifier

      NSString getParentItemIdentifier()
    • getFilename

      String getFilename()
    • getContentType

      UTType getContentType()
      Since:
      Available in iOS 14.0 and later.
    • getTypeIdentifier

      @Deprecated String getTypeIdentifier()
      Deprecated.
      Deprecated in iOS 15.0. Use contentType
      Since:
      Available in iOS 11.0 and later.
    • getCapabilities

    • getDocumentSize

      NSNumber getDocumentSize()
    • getChildItemCount

      NSNumber getChildItemCount()
    • getCreationDate

      NSDate getCreationDate()
    • getContentModificationDate

      NSDate getContentModificationDate()
    • getLastUsedDate

      NSDate getLastUsedDate()
    • getTagData

      NSData getTagData()
    • getFavoriteRank

      NSNumber getFavoriteRank()
      Since:
      Available in iOS 11.0 and later.
    • isTrashed

      boolean isTrashed()
      Since:
      Available in iOS 11.0 and later.
    • isUploaded

      boolean isUploaded()
    • isUploading

      boolean isUploading()
    • getUploadingError

      NSError getUploadingError()
    • isDownloaded

      boolean isDownloaded()
    • isDownloading

      boolean isDownloading()
    • getDownloadingError

      NSError getDownloadingError()
    • isMostRecentVersionDownloaded

      boolean isMostRecentVersionDownloaded()
    • isShared

      boolean isShared()
    • isSharedByCurrentUser

      boolean isSharedByCurrentUser()
    • getOwnerNameComponents

      NSPersonNameComponents getOwnerNameComponents()
    • getMostRecentEditorNameComponents

      NSPersonNameComponents getMostRecentEditorNameComponents()
    • getVersionIdentifier

      NSData getVersionIdentifier()
      Since:
      Available in iOS 11.0 and later.
    • getUserInfo

      NSDictionary<?,​?> getUserInfo()