Classes

The following classes are available globally.

  • HBTSNotification represents a notification for TypeStatus to display. To post the notification to be displayed, pass it to -[HBTSProvider showNotification:].

    See more

    Declaration

    Objective-C

    @interface HBTSNotification : NSObject

    Swift

    class HBTSNotification : NSObject
  • HBTSProvider is the class used to represent a provider. You should subclass HBTSProvider in your provider bundle, and then set it as the principal class in the Info.plist. A provider class is required even if it doesn’t implement any methods on its own.

    See more

    Declaration

    Objective-C

    @interface HBTSProvider : NSObject

    Swift

    class HBTSProvider : NSObject
  • HBTSProviderController manages providers and provides assorted functions for providers to make use of.

    See more

    Declaration

    Objective-C

    @interface HBTSProviderController : NSObject

    Swift

    class HBTSProviderController : NSObject