Contents

ENActivityHandler

The handler the system invokes to report activities that occurred while the app wasn’t running.

Declaration

typealias ENActivityHandler = (ENActivityFlags) -> Void

Parameters

  • activityFlags:

    The flags indicating what activity occured while the app wasn’t running.

See Also

Activating the Manager