Contents

addChildContext(_:)

Adds the specifed context as a child of the context receiving the method call.

Declaration

func addChildContext(_ child: CLSContext)

Parameters

  • child:

    The context to add as a child of the one receiving the method call.

Discussion

You don’t need to call this method directly. Instead, use the CLSDataStoreDelegate protocol to build contexts.

See Also

Managing context hierarchy