ENGetUserTraveledHandler
The handler the system invokes when acquistiion of the user’s travel status completes.
Declaration
typealias ENGetUserTraveledHandler = (Bool, (any Error)?) -> VoidParameters
- traveled:
Indicates whether the user has traveled.
- error:
A successful invocation if
nil; otherwise, the error that occured.