LGV_MeetingSDK_RefCon_Protocol

public protocol LGV_MeetingSDK_RefCon_Protocol

This defines a protocol, that describes a simple extraInfo String, allowing conformant types to store string information.

  • refCon Default implementation

    OPTIONAL - This allows the SDK to declare a “refcon” (reference context), attaching any data to the object.

    Reference contexts are an old pattern, and aren’t used as much, these days, because of context-aware closures. However, they can be very useful. For instance, you can attach an enumeration, or UUID to a network call, and return all of the calls to the same closure, and the refcon can help to differentiate the various calls.

    Default Implementation

    Default is nil.

    Declaration

    Swift

    var refCon: Any? { get set }