Class THClient

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class THClient
extends NSObject
Since:
Available in iOS 15.0 and later.
  • Constructor Details

  • Method Details

    • retrieveAllCredentials

      public void retrieveAllCredentials​(VoidBlock2<NSSet<THCredentials>,​NSError> completion)
      Since:
      Available in iOS 15.0 and later.
    • deleteCredentialsForBorderAgent

      public void deleteCredentialsForBorderAgent​(NSData borderAgentID, VoidBlock1<NSError> completion)
      Since:
      Available in iOS 15.0 and later.
    • retrieveCredentialsForBorderAgent

      public void retrieveCredentialsForBorderAgent​(NSData borderAgentID, VoidBlock2<THCredentials,​NSError> completion)
      Since:
      Available in iOS 15.0 and later.
    • storeCredentialsForBorderAgent

      public void storeCredentialsForBorderAgent​(NSData borderAgentID, NSData activeOperationalDataSet, VoidBlock1<NSError> completion)
      Since:
      Available in iOS 15.0 and later.
    • retrievePreferredCredentials

      public void retrievePreferredCredentials​(VoidBlock2<THCredentials,​NSError> completion)
      Since:
      Available in iOS 15.0 and later.
    • retrieveCredentialsForExtendedPANID

      public void retrieveCredentialsForExtendedPANID​(NSData extendedPANID, VoidBlock2<THCredentials,​NSError> completion)
      Since:
      Available in iOS 15.0 and later.