StoryComponentTypeHelper

@objc(StoryComponentTypeHelper)
public class StoryComponentTypeHelper : NSObject

This class does the enum to string conversion of the Story Component

  • This function returns the name of the Storyly event

    Declaration

    Swift

    @objc
    public static func storyComponentName(componentType: StoryComponentType) -> String

    Parameters

    event

    Incoming Storyly event type

    Return Value

    String event name