GKVoiceChat.SetPlayerVoiceChatStateChangeHandler Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le gestionnaire qui est exécuté lorsque l’état de la conversation vocale d’un joueur change.
[Foundation.Export("setPlayerVoiceChatStateDidChangeHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetPlayerVoiceChatStateChangeHandler (Action<GameKit.GKPlayer,GameKit.GKVoiceChatPlayerState> handler);
abstract member SetPlayerVoiceChatStateChangeHandler : Action<GameKit.GKPlayer, GameKit.GKVoiceChatPlayerState> -> unit
override this.SetPlayerVoiceChatStateChangeHandler : Action<GameKit.GKPlayer, GameKit.GKVoiceChatPlayerState> -> unit
Paramètres
- handler
- Action<GKPlayer,GKVoiceChatPlayerState>
- Attributs