Protocols
The following protocols are available globally.
-
A file attached to the new conversation contact form.
See moreDeclaration
Objective-C
@protocol HSBeaconContactFormAttachment
Swift
protocol HSBeaconContactFormAttachment
-
See moreHSBeaconDelegate
can optionally be set on yourHSBeaconSettings
object to customize the runtime behavior of the Beacon SDK.Declaration
Objective-C
@protocol HSBeaconDelegate <NSObject>
Swift
protocol HSBeaconDelegate : NSObjectProtocol
-
This protocol indicates an object can be passed into suggesiton overides via the
HSBeacon
suggestWithItems:
method.Declaration
Objective-C
@protocol HSBeaconSuggestionItem
Swift
protocol HSBeaconSuggestionItem