Contents

receivedApplicationContext

A dictionary containing the last update data received from a paired and active device.

Declaration

var receivedApplicationContext: [String : Any] { get }

Discussion

Use this method to access the most recently received update dictionary. The session object also sends a newly arrived dictionary to the session(_:didReceiveApplicationContext:) method of its delegate.

See Also

Managing Background Updates