Edit

Share via


CXStartCallAction.Fulfill(NSDate) Method

Definition

Tells the system that the action has been successfully completed.

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

Parameters

dateStarted
NSDate

The time that the call started

Attributes

Remarks

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

Applies to