Delegate SessionUpdatedDelegate
Informs the application that a session has been updated with new information.
using SessionUpdatedDelegate = std::function<void(void*, std::shared_ptr<Microsoft::Azure::SpatialAnchors::SessionUpdatedEventArgs> const&)>;
Applications use this type when registering events.
For more information on std::function
, see the reference for function class.
Parameters
Name | Type | Description |
---|---|---|
sender |
object | The session that has been updated. |
args |
SessionUpdatedEventArgs | Information about the current session status. |