Uses of Class
org.robovm.apple.multipeerconnectivity.MCEncryptionPreference
| Package | Description |
|---|---|
| org.robovm.apple.multipeerconnectivity |
-
Uses of MCEncryptionPreference in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity that return MCEncryptionPreference Modifier and Type Method Description MCEncryptionPreferenceMCSession. getEncryptionPreference()static MCEncryptionPreferenceMCEncryptionPreference. valueOf(long n)Returns the enum constant of this type with the specified name.static MCEncryptionPreferenceMCEncryptionPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static MCEncryptionPreference[]MCEncryptionPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.multipeerconnectivity with parameters of type MCEncryptionPreference Modifier and Type Method Description protected longMCSession. init(MCPeerID myPeerID, List<SecIdentity> identity, MCEncryptionPreference encryptionPreference)Constructors in org.robovm.apple.multipeerconnectivity with parameters of type MCEncryptionPreference Constructor Description MCSession(MCPeerID myPeerID, List<SecIdentity> identity, MCEncryptionPreference encryptionPreference)