Classes
The following classes are available globally.
-
This class does the enum to string conversion of the Storyly events
See moreDeclaration
Swift
@objc public class StorylyEventHelper : NSObject
-
This class holds the configuration information of Storyly
See moreDeclaration
Swift
@objc(StorylyConfig) public class StorylyConfig : NSObject
-
This class holds the configuration information of StorylyProductConfig
See moreDeclaration
Swift
@objc(StorylyProductConfig) public class StorylyProductConfig : NSObject
-
This class holds the configuration information of StorylyShareConfig
See moreDeclaration
Swift
@objc(StorylyShareConfig) public class StorylyShareConfig : NSObject
-
This class holds the configuration information of Storyly Bar
See moreDeclaration
Swift
@objc(StorylyBarStyling) public class StorylyBarStyling : NSObject
-
This class defines the parent class of the custom styling StoryGroupView classes
See moreDeclaration
Swift
@objc(StoryGroupView) open class StoryGroupView : UIView
-
Undocumented
See moreDeclaration
Swift
@objc(XamarinStoryGroupView) open class XamarinStoryGroupView : StoryGroupView
-
This class holds the configuration information of Storyly Story Group
See moreDeclaration
Swift
@objc(StorylyStoryGroupStyling) public class StorylyStoryGroupStyling : NSObject
-
This class holds the configuration information of Storyly Story
See moreDeclaration
Swift
@objc(StorylyStoryStyling) public class StorylyStoryStyling : NSObject
-
This class represent Cart of Storyly
See moreDeclaration
Swift
@objc(STRCart) public class STRCart : NSObject
-
This class represents an individual item in the shopping cart
See moreDeclaration
Swift
@objc(STRCartItem) public class STRCartItem : NSObject
-
Data class that represents the result of an event. It contains the following properties
See moreDeclaration
Swift
@objc(STRCartEventResult) public class STRCartEventResult : NSObject
Parameters
message
A string that holds a message or description associated with the event result
-
Data class that represents the storyly product information
See moreDeclaration
Swift
@objc(STRProductInformation) public class STRProductInformation : NSObject
-
Represents the storyly product
See moreDeclaration
Swift
@objc(STRProductItem) public class STRProductItem : NSObject
-
Represents the variant of the storyly product
See moreDeclaration
Swift
@objc(STRProductVariant) public class STRProductVariant : NSObject, DiffAware
-
This class represents a story group in the StorylyView.
See moreDeclaration
Swift
@objc(StoryGroup) public final class StoryGroup : NSObject
-
This class represents a story group’s style in the StorylyView.
See moreDeclaration
Swift
@objc(StoryGroupStyle) public final class StoryGroupStyle : NSObject
-
This class represents a story group’s badge style in the StorylyView.
See moreDeclaration
Swift
@objc(StoryGroupBadgeStyle) public final class StoryGroupBadgeStyle : NSObject
-
This data class represents a story inside a story group.
See moreDeclaration
Swift
@objc(Story) public final class Story : NSObject
-
This parent class represents the interactive components which users are interacted with.
See moreDeclaration
Swift
@objc(StoryComponent) public class StoryComponent : NSObject
-
This class does the enum to string conversion of the Story Component
See moreDeclaration
Swift
@objc(StoryComponentTypeHelper) public class StoryComponentTypeHelper : NSObject
-
This class represents the Image Quiz component.
See moreDeclaration
Swift
@objc(StoryImageQuizComponent) public final class StoryImageQuizComponent : StoryComponent
-
This class represents the Quiz component.
See moreDeclaration
Swift
@objc(StoryQuizComponent) public final class StoryQuizComponent : StoryComponent
-
This class represents the Poll component.
See moreDeclaration
Swift
@objc(StoryPollComponent) public final class StoryPollComponent : StoryComponent
-
This class represents the Emoji component.
See moreDeclaration
Swift
@objc(StoryEmojiComponent) public final class StoryEmojiComponent : StoryComponent
-
This class represents the Rating component.
See moreDeclaration
Swift
@objc(StoryRatingComponent) public final class StoryRatingComponent : StoryComponent
-
This class represents the PromoCode component.
See moreDeclaration
Swift
@objc(StoryPromoCodeComponent) public final class StoryPromoCodeComponent : StoryComponent
-
This class represents the Comment component.
See moreDeclaration
Swift
@objc(StoryCommentComponent) public final class StoryCommentComponent : StoryComponent
-
This class triggers initialization of Storyly
See moreDeclaration
Swift
@objc(StorylyInit) public final class StorylyInit : NSObject
-
This class is the main view of Storyly.
See moreDeclaration
Swift
@objc(StorylyView) public final class StorylyView : UIView