Enum GKSessionError

java.lang.Object
java.lang.Enum<GKSessionError>
org.robovm.apple.gamekit.GKSessionError
All Implemented Interfaces:
Serializable, Comparable<GKSessionError>, NSErrorCode, ValuedEnum

@Deprecated
public enum GKSessionError
extends Enum<GKSessionError>
implements NSErrorCode
Deprecated.
Deprecated in iOS 7.0.
  • Enum Constant Details

    • InvalidParameter

      public static final GKSessionError InvalidParameter
      Deprecated.
    • PeerNotFound

      public static final GKSessionError PeerNotFound
      Deprecated.
    • Declined

      public static final GKSessionError Declined
      Deprecated.
    • TimedOut

      public static final GKSessionError TimedOut
      Deprecated.
    • Cancelled

      public static final GKSessionError Cancelled
      Deprecated.
    • ConnectionFailed

      public static final GKSessionError ConnectionFailed
      Deprecated.
    • ConnectionClosed

      public static final GKSessionError ConnectionClosed
      Deprecated.
    • DataTooBig

      public static final GKSessionError DataTooBig
      Deprecated.
    • NotConnected

      public static final GKSessionError NotConnected
      Deprecated.
    • CannotEnable

      public static final GKSessionError CannotEnable
      Deprecated.
    • InProgress

      public static final GKSessionError InProgress
      Deprecated.
    • Connectivity

      public static final GKSessionError Connectivity
      Deprecated.
    • Transport

      public static final GKSessionError Transport
      Deprecated.
    • Internal

      public static final GKSessionError Internal
      Deprecated.
    • Unknown

      public static final GKSessionError Unknown
      Deprecated.
    • System

      public static final GKSessionError System
      Deprecated.
  • Method Details

    • values

      public static GKSessionError[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static GKSessionError valueOf​(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getClassDomain

      public static String getClassDomain()
      Deprecated.
    • value

      public long value()
      Deprecated.
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static GKSessionError valueOf​(long n)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null