Crate objc2_class_kit

Source
Expand description

§Bindings to the ClassKit framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

CLSActivityCLSActivity and CLSObject
CLSActivity represents user generated activity data for a given context.
CLSActivityItemCLSActivityItem and CLSObject
CLSActivityItem is used to gather information about the activity generated by a user.
CLSBinaryItemCLSActivityItem and CLSBinaryItem and CLSObject
CLSBinaryItem represents user generated information that is true or false, pass or fail, yes or no.
CLSBinaryValueTypeCLSBinaryItem
Apple’s documentation
CLSContextCLSContext and CLSObject
Contexts represent activities, documents, and areas within your app.
CLSContextTypeCLSContext
Apple’s documentation
CLSDataStoreCLSDataStore
The data store maintains and syncs your app’s contexts.
CLSErrorCodeCLSDefines
Apple’s documentation
CLSObjectCLSObject
An object managed by ClassKit.
CLSProgressReportingCapabilityCLSObject and CLSProgressReportingCapability
This class specifies progress reporting capability of a ClassKit client app
CLSProgressReportingCapabilityKindCLSProgressReportingCapability
Apple’s documentation
CLSQuantityItemCLSActivityItem and CLSObject and CLSQuantityItem
CLSQuantityItem represents user generated quantity information.
CLSScoreItemCLSActivityItem and CLSObject and CLSScoreItem
CLSScoreItem represents user generated score information.

Statics§

CLSContextTopicArtsAndMusicCLSContext
Apple’s documentation
CLSContextTopicComputerScienceAndEngineeringCLSContext
Apple’s documentation
CLSContextTopicHealthAndFitnessCLSContext
Apple’s documentation
CLSContextTopicLiteracyAndWritingCLSContext
Apple’s documentation
CLSContextTopicMathCLSContext
Apple’s documentation
CLSContextTopicScienceCLSContext
Apple’s documentation
CLSContextTopicSocialScienceCLSContext
Apple’s documentation
CLSContextTopicWorldLanguageCLSContext
Apple’s documentation
CLSErrorCodeDomainCLSDefines
Apple’s documentation
CLSErrorObjectKeyCLSDefines
Any object that caused a failure will be available in - [NSError userInfo]; under this key.
CLSErrorSuccessfulObjectsKeyCLSDefines
Errors with the code CLSErrorCodePartialFailure may contain an array of successful entities in - [NSError userInfo]; under this key.
CLSErrorUnderlyingErrorsKeyCLSDefines
If multiple objects cause errors we return an error with code CLSErrorCodePartialFailure which will contain an array of errors in - [NSError userInfo]; under this key.
CLSPredicateKeyPathDateCreatedCLSDefines
Apple’s documentation
CLSPredicateKeyPathIdentifierCLSDefines
Apple’s documentation
CLSPredicateKeyPathParentCLSDefines
Apple’s documentation
CLSPredicateKeyPathTitleCLSDefines
Apple’s documentation
CLSPredicateKeyPathTopicCLSDefines
Apple’s documentation
CLSPredicateKeyPathUniversalLinkURLCLSDefines
Apple’s documentation

Traits§

CLSContextProviderCLSContextProvider
The CLSContext provider protocol.
CLSDataStoreDelegateCLSDataStore
Apple’s documentation
NSUserActivityCLSDeepLinksNSUserActivity_CLSDeepLinks
Category “CLSDeepLinks” on NSUserActivity.

Type Aliases§

CLSContextTopicCLSContext
Apple’s documentation
CLSErrorUserInfoKeyCLSDefines
Apple’s documentation
CLSPredicateKeyPathCLSDefines
Apple’s documentation