Contents

applicationContext

The most recent contextual data sent to the paired and active device.

Declaration

var applicationContext: [String : Any] { get }

Discussion

After calling the updateApplicationContext(_:) method, the session object places a copy of your dictionary in this property so that you can determine what data you last sent to the counterpart.

See Also

Managing Background Updates