SessionStatus
The status of the ContentSession
.
The application can register as the ContentSessionDelegate
to receive notifications when the SessionState
changes.
-
The session has not been initialized
-
The session is in the process of initializing. It will not process any events until this has completed. Any events sent to the session while in this state will be ignored.
-
The session is ready to send and receive events.
-
An error occurred
-