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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("voiceChatService:sendData:toParticipantID:")]
[Preserve(Conditional = true)]
void SendData(GKVoiceChatService! voiceChatService, NSData! data, string! toParticipant);
}
}
.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. |