Enumeration
URLSource
@objc(ZDKURLSource) public enum URLSource
An enum representing the source of actioned URL
.
Relationships
Conforms To
Int
RawRepresentable
Enumeration Cases
text
case text
User selected URL
from text
on the Conversation screen.
carousel
case carousel
User selected URL
from a carousel
message on the conversation screen.
file
case file
User selected URL
from a file
message on the conversation screen.
image
case image
User selected URL
from a image
message on the conversation screen.