ShareType

@objc(ShareType)
public enum ShareType : Int, Decodable

This enum class represents the share state of story.

  • Default type of Share State. Share is disabled

    Declaration

    Swift

    case Disabled
  • Share link

    Declaration

    Swift

    case Link
  • Share screen shot

    Declaration

    Swift

    case Screenshot
  • ShareType initialization

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    Decodes incoming type into ShareState

  • ShareType description

    Declaration

    Swift

    public var description: String { get }