MegacoolLinkClickedEvent

struct MegacoolLinkClickedEvent {
    int isFirstSession;
    const char *userId;
    const char *shareId;
    const char *url;
}
  • Declaration

    Objective-C

    int isFirstSession

    Swift

    var isFirstSession: Int32
  • Declaration

    Objective-C

    const char *userId

    Swift

    var userId: UnsafePointer<Int8>!
  • Declaration

    Objective-C

    const char *shareId

    Swift

    var shareId: UnsafePointer<Int8>!
  • url

    Declaration

    Objective-C

    const char *url

    Swift

    var url: UnsafePointer<Int8>!