Contents

updateEndEvents(_:completionHandler:)

Updates the set of end events associated with the event trigger.

Declaration

func updateEndEvents(_ endEvents: [HMEvent], completionHandler completion: @escaping  @Sendable ((any Error)?) -> Void)
func updateEndEvents(_ endEvents: [HMEvent]) async throws

Parameters

  • endEvents:

    An array of events that replaces the end events on the trigger.

  • completion:

    A block that executes after processing the request.

    The block takes the following parameter:

    error

    If the request was successful, the value of error is nil; otherwise, the value provides more information about the request status.

See Also

Restoring the previous scene after an event