Share via


IGKVoiceChatClient.Started(GKVoiceChatService, String) Method

Definition

[Foundation.Export("voiceChatService:didStartWithParticipantID:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Started(GameKit.GKVoiceChatService voiceChatService, string participantID);
[<Foundation.Export("voiceChatService:didStartWithParticipantID:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Started : GameKit.GKVoiceChatService * string -> unit
override this.Started : GameKit.GKVoiceChatService * string -> unit

Parameters

voiceChatService
GKVoiceChatService
participantID
String
Attributes

Applies to