Edit

Share via


CXAnswerCallAction.Fulfill(NSDate) Method

Definition

Tells the system that the action has been successfully completed.

[Foundation.Export("fulfillWithDateConnected:")]
public virtual void Fulfill (Foundation.NSDate dateConnected);
override this.Fulfill : Foundation.NSDate -> unit

Parameters

dateConnected
NSDate

The date and time at which the call was answered.

Attributes

Remarks

Developers must call this method after they have successfully performed the answer call action.

Applies to