IPTChannelManagerDelegate.IncomingPushResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("incomingPushResultForChannelManager:channelUUID:pushPayload:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PushToTalk.PTPushResult IncomingPushResult(PushToTalk.PTChannelManager channelManager, Foundation.NSUuid channelUuid, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> pushPayload);
[<Foundation.Export("incomingPushResultForChannelManager:channelUUID:pushPayload:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IncomingPushResult : PushToTalk.PTChannelManager * Foundation.NSUuid * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> PushToTalk.PTPushResult
override this.IncomingPushResult : PushToTalk.PTChannelManager * Foundation.NSUuid * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> PushToTalk.PTPushResult
Parameters
- channelManager
- PTChannelManager
- channelUuid
- NSUuid
- pushPayload
- NSDictionary<NSString,NSObject>
Returns
- Attributes