hasConnectedSession property

bool get hasConnectedSession

Tests if a session is currently being managed by this session manager, and it is currently connected. This will be YES if the session state is ConnectionStateConnected.

Implementation

/// This will be YES if the session state is ConnectionStateConnected.
bool get hasConnectedSession;