Contents

MCEncryptionPreference.optional

The session prefers to use encryption, but accepts unencrypted connections. A connection uses encryption when all the peers choose either Optional or Required. If some peers choose None, then the session will not be encrypted. For this reason, if some peers running your app can be configured without encryption, you should always assume that the session is unencrypted.

Declaration

case optional

See Also

Constants