GKVoiceChatClient_Extensions Class

Definition

Extension methods to the IGKVoiceChatClient interface to support all the methods from the GKVoiceChatClient protocol.

public static class GKVoiceChatClient_Extensions
type GKVoiceChatClient_Extensions = class
Inheritance
GKVoiceChatClient_Extensions

Remarks

The extension methods for IGKVoiceChatClient allow developers to treat instances of the interface as having all the optional methods of the original GKVoiceChatClient protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

FailedToConnect(IGKVoiceChatClient, GKVoiceChatService, String, NSError)
ReceivedInvitation(IGKVoiceChatClient, GKVoiceChatService, String, nint)
SendRealTimeData(IGKVoiceChatClient, GKVoiceChatService, NSData, String)
Started(IGKVoiceChatClient, GKVoiceChatService, String)
Stopped(IGKVoiceChatClient, GKVoiceChatService, String, NSError)

Applies to