IGKVoiceChatClient
ParticipantID()
SendData(GKVoiceChatService, NSData, String)
FailedToConnect(IGKVoiceChatClient, GKVoiceChatService, String, NSError)
ReceivedInvitation(IGKVoiceChatClient, GKVoiceChatService, String, nint)
ReceivedInvitation(IGKVoiceChatClient, GKVoiceChatService, String, nint)
SendRealTimeData(IGKVoiceChatClient, GKVoiceChatService, NSData, String)
Started(IGKVoiceChatClient, GKVoiceChatService, String)
Stopped(IGKVoiceChatClient, GKVoiceChatService, String, NSError)
xamarinios
namespace GameKit
{
[Deprecated(PlatformName.iOS, 7, 0, PlatformArchitecture.None, "Use 'GKVoiceChat' instead.")]
[Protocol(Name = "GKVoiceChatClient", WrapperType = typeof(GKVoiceChatClientWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ParticipantID", ReturnType = typeof(string), Selector = "participantID")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SendData", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKVoiceChatService), typeof(NSData), typeof(string) }, Selector = "voiceChatService:sendData:toParticipantID:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SendRealTimeData", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKVoiceChatService), typeof(NSData), typeof(string) }, Selector = "voiceChatService:sendRealTimeData:toParticipantID:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Started", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKVoiceChatService), typeof(string) }, Selector = "voiceChatService:didStartWithParticipantID:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToConnect", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKVoiceChatService), typeof(string), typeof(NSError) }, Selector = "voiceChatService:didNotStartWithParticipantID:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Stopped", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKVoiceChatService), typeof(string), typeof(NSError) }, Selector = "voiceChatService:didStopWithParticipantID:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedInvitation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKVoiceChatService), typeof(string), typeof(nint) }, Selector = "voiceChatService:didReceiveInvitationFromParticipantID:callID:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IGKVoiceChatClient : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API