ProxSeeConfigurationProtocol

public protocol ProxSeeConfigurationProtocol

Undocumented

  • Retreives the ProxSee key linked to the current Lwayve application.

    Note

    Most applications should not need to call this method. To integrate Lwayve with ProxSee, please refer to Implementing the LWAYVE and ProxSee SDKs of the README.

    Declaration

    Swift

    func getProxSeeConfigurationKey(_ completion: @escaping (_ proxSeeKey: String?) -> Void) -> AsyncTaskCancelBlock

    Parameters

    completion

    A completion block with the ProxSee key, if it exists.