Package org.robovm.apple.foundation
Interface NSDiscardableContent
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSDiscardableContentAdapter
public interface NSDiscardableContent extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description booleanbeginContentAccess()voiddiscardContentIfPossible()voidendContentAccess()booleanisContentDiscarded()
-
Method Details
-
beginContentAccess
boolean beginContentAccess() -
endContentAccess
void endContentAccess() -
discardContentIfPossible
void discardContentIfPossible() -
isContentDiscarded
boolean isContentDiscarded()
-