Uses of Class
org.robovm.apple.classkit.CLSContext
| Package | Description |
|---|---|
| org.robovm.apple.classkit |
-
Uses of CLSContext in org.robovm.apple.classkit
Methods in org.robovm.apple.classkit that return CLSContext Modifier and Type Method Description CLSContextCLSDataStoreDelegate. createContext(String identifier, CLSContext parentContext, NSArray<NSString> parentIdentifierPath)CLSContextCLSDataStoreDelegateAdapter. createContext(String identifier, CLSContext parentContext, NSArray<NSString> parentIdentifierPath)CLSContextCLSDataStore. getActiveContext()CLSContextCLSDataStore. getMainAppContext()CLSContextCLSContext. getParent()Methods in org.robovm.apple.classkit that return types with arguments of type CLSContext Modifier and Type Method Description NSArray<CLSContext>CLSContext. getNavigationChildContexts()Methods in org.robovm.apple.classkit with parameters of type CLSContext Modifier and Type Method Description voidCLSContext. addChildContext(CLSContext child)voidCLSContext. addNavigationChildContext(CLSContext child)CLSContextCLSDataStoreDelegate. createContext(String identifier, CLSContext parentContext, NSArray<NSString> parentIdentifierPath)CLSContextCLSDataStoreDelegateAdapter. createContext(String identifier, CLSContext parentContext, NSArray<NSString> parentIdentifierPath)voidCLSDataStore. removeContext(CLSContext context)voidCLSContext. removeNavigationChildContext(CLSContext child)voidCLSContextProvider. updateDescendantsOfContext(CLSContext context, VoidBlock1<NSError> completion)voidCLSContextProviderAdapter. updateDescendantsOfContext(CLSContext context, VoidBlock1<NSError> completion)Method parameters in org.robovm.apple.classkit with type arguments of type CLSContext Modifier and Type Method Description voidCLSDataStore. getContextsMatchingIdentifier(NSArray<NSString> identifierPath, VoidBlock2<NSArray<CLSContext>,NSError> completion)voidCLSDataStore. getContextsMatchingPredicate(NSPredicate predicate, VoidBlock2<NSArray<CLSContext>,NSError> completion)voidCLSContext. getDescendantMatchingIdentifierPath(NSArray<NSString> identifierPath, VoidBlock2<CLSContext,NSError> completion)