Classes

The following classes are available globally.

  • HyperionManager is the interaction point between Hyperion and the app it’s integrated in.

    Note: Hyperion handles embedding itself on it’s own, so using HyperionManager is not required.

    See more

    Declaration

    Objective-C

    @interface HyperionManager : NSObject

    Swift

    class HyperionManager
  • Provides helper methods that should be common tasks among plugins.

    See more

    Declaration

    Objective-C

    @interface HYPPluginHelper : NSObject

    Swift

    class HYPPluginHelper : NSObject
  • This is a base implementation of a Snapshot plugins view that gets added to the HYPSnapshotContainer once active.

    See more

    Declaration

    Objective-C

    @interface HYPSnapshotInteractionView

    Swift

    class HYPSnapshotInteractionView