Package org.robovm.apple.gamekit
Class GKMatchDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.gamekit.GKMatchDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,GKMatchDelegate,ObjCProtocol
public class GKMatchDelegateAdapter extends NSObject implements GKMatchDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description GKMatchDelegateAdapter() -
Method Summary
Modifier and Type Method Description voiddidChangeConnectionState(GKMatch match, GKPlayer player, GKPlayerConnectionState state)voiddidChangeState(GKMatch match, String playerID, GKPlayerConnectionState state)Deprecated.Deprecated in iOS 8.0.voiddidFail(GKMatch match, NSError error)voiddidReceiveData(GKMatch match, NSData data, String playerID)Deprecated.Deprecated in iOS 8.0.voiddidReceiveData(GKMatch match, NSData data, GKPlayer player)voiddidReceiveData(GKMatch match, NSData data, GKPlayer recipient, GKPlayer player)booleanshouldReinviteDisconnectedPlayer(GKMatch match, GKPlayer player)booleanshouldReinvitePlayer(GKMatch match, String playerID)Deprecated.Deprecated in iOS 8.0.Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
GKMatchDelegateAdapter
public GKMatchDelegateAdapter()
-
-
Method Details
-
didReceiveData
- Specified by:
didReceiveDatain interfaceGKMatchDelegate
-
didReceiveData
- Specified by:
didReceiveDatain interfaceGKMatchDelegate- Since:
- Available in iOS 9.0 and later.
-
didChangeConnectionState
public void didChangeConnectionState(GKMatch match, GKPlayer player, GKPlayerConnectionState state)- Specified by:
didChangeConnectionStatein interfaceGKMatchDelegate
-
didFail
- Specified by:
didFailin interfaceGKMatchDelegate
-
shouldReinviteDisconnectedPlayer
- Specified by:
shouldReinviteDisconnectedPlayerin interfaceGKMatchDelegate
-
didReceiveData
Deprecated.Deprecated in iOS 8.0. This is never invoked and its implementation does nothing, use match:didReceiveData:fromRemotePlayer:- Specified by:
didReceiveDatain interfaceGKMatchDelegate
-
didChangeState
@Deprecated public void didChangeState(GKMatch match, String playerID, GKPlayerConnectionState state)Deprecated.Deprecated in iOS 8.0. This is never invoked and its implementation does nothing, use match:player:didChangeConnectionState:- Specified by:
didChangeStatein interfaceGKMatchDelegate
-
shouldReinvitePlayer
Deprecated.Deprecated in iOS 8.0. This is never invoked and its implementation does nothing, use shouldReinviteDisconnectedPlayer:- Specified by:
shouldReinvitePlayerin interfaceGKMatchDelegate
-