RawRepresentable
extension RawRepresentable where RawValue == String
RawRepresentable (e.g. all string-based enums) conforms to ScreenViewFactory by simply returning its raw value
-
URL path string
Declaration
Swift
public var screenName: String { get }
RawRepresentable Extension Reference