Share via


PTChannelManagerDelegate.DidJoinChannel Method

Definition

[Foundation.Export("channelManager:didJoinChannelWithUUID:reason:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidJoinChannel(PushToTalk.PTChannelManager channelManager, Foundation.NSUuid channelUuid, PushToTalk.PTChannelJoinReason reason);
[<Foundation.Export("channelManager:didJoinChannelWithUUID:reason:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidJoinChannel : PushToTalk.PTChannelManager * Foundation.NSUuid * PushToTalk.PTChannelJoinReason -> unit
override this.DidJoinChannel : PushToTalk.PTChannelManager * Foundation.NSUuid * PushToTalk.PTChannelJoinReason -> unit

Parameters

channelManager
PTChannelManager
channelUuid
NSUuid

Implements

Attributes

Applies to