Skip to content

Commit

Permalink
expose restart polling
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Jan 14, 2021
1 parent ff26476 commit c179035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Keycard/KeycardController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ open class KeycardController: NSObject {
}
}

/// Restarts RF polling
public func restartPolling() {
session.restartPolling()
}
}

@available(iOS 13.0, *)
Expand Down

0 comments on commit c179035

Please sign in to comment.