Classes

The following classes are available globally.

  • Result for a Clip

    See more
  • ClipShare offers the entry point for configuring the SDK.

    Note In addition to configuring the ClipShare SDK you also need to configure the Snapscreen SDK before.

    See more
  • Configuration for colors in ClipShare provided UI.

    See more
  • Configuration for customizing the ClipShare UI

    See more
  • ClipShareViewController offers the clip trimming and creation UI including all the video editing logic to your application. Instantiate via the provided class method.

    It is recommended to present the ClipShareViewController in a UINavigationController right after Snapping with SnapViewController, but you can also present it in any other context. Note: ClipShareViewController does not dismiss itself or handle navigation in any way and you are responsible for reacting accordingly to the ClipShareDelegate methods.

    See more