SCSURLEvent

@interface SCSURLEvent : SCSChatEvent

Information related to when a URL is detected in a message.

  • url

    The URL found in the message.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSURL *url;

    Swift

    var url: URL! { get }