Contents

tokenDriver(_:terminateToken:)

Tells the delegate to terminate the token you specify.

Declaration

optional func tokenDriver(_ driver: TKTokenDriver, terminateToken token: TKToken)

Parameters

  • driver:

    The token driver.

  • token:

    The token to be terminated.

See Also

Creating and Removing Tokens