Classes

The following classes are available globally.

  • This class does the enum to string conversion of the Storyly Moments events

    See more

    Declaration

    Swift

    @objc
    public class StorylyMomentsEventHelper : NSObject
  • This class holds the config properties of Moments Camera

    See more

    Declaration

    Swift

    @objc(MomentsCameraConfig)
    public final class MomentsCameraConfig : NSObject
  • This class holds the configuration information of Storyly Moments

    See more

    Declaration

    Swift

    @objc(MomentsConfig)
    public final class MomentsConfig : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    @objc(MomentsIconStylingConfig)
    public class MomentsIconStylingConfig : NSObject
  • This class holds the configuration information of Moments Interactives

    See more

    Declaration

    Swift

    @objc(MomentsInteractiveConfig)
    public final class MomentsInteractiveConfig : NSObject
  • This class holds the config properties of Moments Link CTA Interactive

    See more

    Declaration

    Swift

    @objc(MomentsLinkCTAConfig)
    public final class MomentsLinkCTAConfig : NSObject
  • This class denotes a link of the in-app linkCTA

    See more

    Declaration

    Swift

    @objc
    public class MomentsLinkItem : NSObject, DiffAware
  • This class holds the config properties of Moments Text Interactive

    See more

    Declaration

    Swift

    @objc(MomentsTextConfig)
    public final class MomentsTextConfig : NSObject
  • This class represents a custom font in Moments Text Interactive

    See more

    Declaration

    Swift

    @objc
    public final class CustomFont : NSObject
  • This class holds the configuration information of Moments Theme

    See more

    Declaration

    Swift

    @objc(MomentsThemeConfig)
    public final class MomentsThemeConfig : NSObject
  • This class represents a media in Storyly Moments

    See more

    Declaration

    Swift

    @objc
    public class Media : NSObject
  • This class represents a story group in the Storyly Moments.

    See more

    Declaration

    Swift

    @objc(MomentsStoryGroup)
    public final class MomentsStoryGroup : NSObject
  • This data class represents a moments story inside a moments story group.

    See more

    Declaration

    Swift

    @objc(MomentsStory)
    public final class MomentsStory : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    @objc(MomentsMedia)
    public final class MomentsMedia : NSObject
  • This data class represents like and view analytics of a story.

    See more

    Declaration

    Swift

    @objc(MomentsAnalytics)
    public final class MomentsAnalytics : NSObject
  • This data class represents information of an user.

    See more

    Declaration

    Swift

    @objc(MomentsFollowerEntry)
    public final class MomentsFollowerEntry : NSObject
  • This class represents the premoderation of the components which users are interacted with.

    See more

    Declaration

    Swift

    @objc(PreModeration)
    public final class PreModeration : NSObject
  • This parent class represents the interactive components which users are interacted with.

    See more

    Declaration

    Swift

    @objc(MomentsComponent)
    public class MomentsComponent : NSObject
  • This class does the enum to string conversion of the Moments Component

    See more

    Declaration

    Swift

    @objc(MomentsComponentTypeHelper)
    public class MomentsComponentTypeHelper : NSObject
  • This class represents the Moments Text component.

    See more

    Declaration

    Swift

    @objc(MomentsTextComponent)
    public final class MomentsTextComponent : MomentsComponent
  • This class represents the Moments CTA component.

    See more

    Declaration

    Swift

    @objc(MomentsCTAComponent)
    public final class MomentsCTAComponent : MomentsComponent
  • This class represents the Moments Image component.

    See more

    Declaration

    Swift

    @objc(MomentsImageComponent)
    public final class MomentsImageComponent : MomentsComponent
  • This class represents the Moments Video component.

    See more

    Declaration

    Swift

    @objc(MomentsVideoComponent)
    public final class MomentsVideoComponent : MomentsComponent
  • Undocumented

    Declaration

    Swift

    public class VideoStoryDuration : NSObject
  • This class is the main class of Storyly Moments.

    See more

    Declaration

    Swift

    @objc
    public final class StorylyMomentsManager : NSObject