CXProvider.ReportNewIncomingCall 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.
Reports a new incoming call to the system.
[Foundation.Export("reportNewIncomingCallWithUUID:update:completion:")]
public virtual void ReportNewIncomingCall (Foundation.NSUuid uuid, CallKit.CXCallUpdate update, Action<Foundation.NSError> completion);
abstract member ReportNewIncomingCall : Foundation.NSUuid * CallKit.CXCallUpdate * Action<Foundation.NSError> -> unit
override this.ReportNewIncomingCall : Foundation.NSUuid * CallKit.CXCallUpdate * Action<Foundation.NSError> -> unit
Parameters
- uuid
- NSUuid
The identifier of the call.
- update
- CXCallUpdate
An object that contains the updated parameters for the call.
- Attributes