Package org.robovm.apple.classkit
Class CLSContext
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.classkit.CLSObject
org.robovm.apple.classkit.CLSContext
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class CLSContext extends CLSObject
- Since:
- Available in iOS 11.3 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCLSContext.CLSContextPtrNested classes/interfaces inherited from class org.robovm.apple.classkit.CLSObject
CLSObject.CLSObjectPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description protectedCLSContext()CLSContext(CLSContextType type, String identifier, String title)protectedCLSContext(NSObject.Handle h, long handle)protectedCLSContext(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.classkit.CLSObject
encode, getDateCreated, getDateLastModified, initMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
CLSContext
protected CLSContext() -
CLSContext
-
CLSContext
-
CLSContext
-
-
Method Details
-
getIdentifierPath
- Since:
- Available in iOS 13.4 and later.
-
getIdentifier
-
getUniversalLinkURL
- Since:
- Available in iOS 11.4 and later.
-
setUniversalLinkURL
- Since:
- Available in iOS 11.4 and later.
-
getType
-
setType
-
getCustomTypeName
- Since:
- Available in iOS 13.4 and later.
-
setCustomTypeName
- Since:
- Available in iOS 13.4 and later.
-
getTitle
-
setTitle
-
getDisplayOrder
public long getDisplayOrder() -
setDisplayOrder
public void setDisplayOrder(long v) -
getTopic
-
setTopic
-
isAssignable
public boolean isAssignable()- Since:
- Available in iOS 14.0 and later.
-
setAssignable
public void setAssignable(boolean v)- Since:
- Available in iOS 14.0 and later.
-
getSuggestedAge
- Since:
- Available in iOS 14.0 and later.
-
setSuggestedAge
- Since:
- Available in iOS 14.0 and later.
-
getSuggestedCompletionTime
- Since:
- Available in iOS 14.0 and later.
-
setSuggestedCompletionTime
- Since:
- Available in iOS 14.0 and later.
-
getProgressReportingCapabilities
- Since:
- Available in iOS 14.0 and later.
-
getSummary
- Since:
- Available in iOS 13.4 and later.
-
setSummary
- Since:
- Available in iOS 13.4 and later.
-
getThumbnail
- Since:
- Available in iOS 13.4 and later.
-
setThumbnail
- Since:
- Available in iOS 13.4 and later.
-
isActive
public boolean isActive() -
getParent
-
getCurrentActivity
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
-
becomeActive
public void becomeActive() -
resignActive
public void resignActive() -
addProgressReportingCapabilities
- Since:
- Available in iOS 14.0 and later.
-
resetProgressReportingCapabilities
public void resetProgressReportingCapabilities()- Since:
- Available in iOS 14.0 and later.
-
removeFromParent
public void removeFromParent() -
addChildContext
-
getDescendantMatchingIdentifierPath
public void getDescendantMatchingIdentifierPath(NSArray<NSString> identifierPath, VoidBlock2<CLSContext,NSError> completion) -
createNewActivity
-