Contents

ENGetUserTraveledHandler

The handler the system invokes when acquistiion of the user’s travel status completes.

Declaration

typealias ENGetUserTraveledHandler = (Bool, (any Error)?) -> Void

Parameters

  • traveled:

    Indicates whether the user has traveled.

  • error:

    A successful invocation if nil; otherwise, the error that occured.

Discussion

See Also

Obtaining Exposure Information