Edit

Share via


CXEndCallAction.Fulfill(NSDate) Method

Definition

Tells the system that the action has been successfully completed.

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

Parameters

dateEnded
NSDate

The date and time at which the call was ended.

Attributes

Remarks

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

Applies to