Package org.robovm.apple.gamekit
Class GKVoiceChatClientAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.gamekit.GKVoiceChatClientAdapter
- All Implemented Interfaces:
NSObjectProtocol,GKVoiceChatClient,ObjCProtocol
public class GKVoiceChatClientAdapter extends NSObject implements GKVoiceChatClient
-
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 GKVoiceChatClientAdapter() -
Method Summary
Modifier and Type Method Description voiddidNotStart(GKVoiceChatService voiceChatService, String participantID, NSError error)voiddidReceiveInvitation(GKVoiceChatService voiceChatService, String participantID, long callID)voiddidStart(GKVoiceChatService voiceChatService, String participantID)voiddidStop(GKVoiceChatService voiceChatService, String participantID, NSError error)StringgetParticipantID()voidsendData(GKVoiceChatService voiceChatService, NSData data, String participantID)voidsendRealTimeData(GKVoiceChatService voiceChatService, NSData data, String participantID)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
-
GKVoiceChatClientAdapter
public GKVoiceChatClientAdapter()
-
-
Method Details
-
sendData
- Specified by:
sendDatain interfaceGKVoiceChatClient
-
getParticipantID
- Specified by:
getParticipantIDin interfaceGKVoiceChatClient
-
sendRealTimeData
public void sendRealTimeData(GKVoiceChatService voiceChatService, NSData data, String participantID)- Specified by:
sendRealTimeDatain interfaceGKVoiceChatClient
-
didStart
- Specified by:
didStartin interfaceGKVoiceChatClient
-
didNotStart
- Specified by:
didNotStartin interfaceGKVoiceChatClient
-
didStop
- Specified by:
didStopin interfaceGKVoiceChatClient
-
didReceiveInvitation
public void didReceiveInvitation(GKVoiceChatService voiceChatService, String participantID, long callID)- Specified by:
didReceiveInvitationin interfaceGKVoiceChatClient
-