Contents

isEnabled

A Boolean value that determines whether the session is enabled.

Declaration

var isEnabled: Bool { get set }

Discussion

The default value is false. Disabled sessions don’t appear on the network and can’t initiate or receive connections.

See Also

Configuring a Session