Contents

fetchHistory(after:)

Retrieves the request history after a given token.

Declaration

class func fetchHistory(after token: NSPersistentHistoryToken?) -> Self

Parameters

  • token:

    The bookmark that defines the start of the request history.

Mentioned in

Return Value

A persistent history fetch request (NSPersistentHistoryChangeRequest) with an initial token bookmark boundary.

See Also

Fetching History