Package org.robovm.apple.fileprovider
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 Summary
Modifier and Type Method Description NSFileProviderItemCapabilitiesgetCapabilities()NSNumbergetChildItemCount()NSDategetContentModificationDate()UTTypegetContentType()NSDategetCreationDate()NSNumbergetDocumentSize()NSErrorgetDownloadingError()NSNumbergetFavoriteRank()StringgetFilename()NSStringgetItemIdentifier()NSDategetLastUsedDate()NSPersonNameComponentsgetMostRecentEditorNameComponents()NSPersonNameComponentsgetOwnerNameComponents()NSStringgetParentItemIdentifier()NSDatagetTagData()StringgetTypeIdentifier()Deprecated.Deprecated in iOS 15.0.NSErrorgetUploadingError()NSDictionary<?,?>getUserInfo()NSDatagetVersionIdentifier()booleanisDownloaded()booleanisDownloading()booleanisMostRecentVersionDownloaded()booleanisShared()booleanisSharedByCurrentUser()booleanisTrashed()booleanisUploaded()booleanisUploading()
-
Method Details
-
getItemIdentifier
NSString getItemIdentifier() -
getParentItemIdentifier
NSString getParentItemIdentifier() -
getFilename
String getFilename() -
getContentType
UTType getContentType()- Since:
- Available in iOS 14.0 and later.
-
getTypeIdentifier
Deprecated.Deprecated in iOS 15.0. Use contentType- Since:
- Available in iOS 11.0 and later.
-
getCapabilities
NSFileProviderItemCapabilities 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()
-