Returns an operation object that can be used to fetch the current user record.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Cloud
Kit
Declaration
class func fetchCurrentUserRecordOperation() -> Self
Discussion
The returned operation object searches for the single record corresponding to the current user record. You must associate at least one progress block with the operation object (excluding the completion block) to process the results.