HUBFeatureInfo
@protocol HUBFeatureInfo <NSObject>
Protocol defining the public API of an object that contains information about a Hub Framework feature
You don’t conform to this protocol yourself, instead the Hub Framework will create instances conforming to this protocol based on the information a feature provided when it was registered with the framework.
-
The identifier of the feature
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSString *_Nonnull identifier;
-
The localized title of the feature
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSString *_Nonnull title;