DocumentCoBrowsingPresentationMode

enum DocumentCoBrowsingPresentationMode

Defines how the document co-browsing UI should be presented.

  • Use the default SDK-provided document co-browsing UI.

    Declaration

    Swift

    case `default`
  • Use a custom UI provided by the implementer.

    Declaration

    Swift

    case custom(((Bool) -> Void) -> Void)
  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

    static func == (lhs: DocumentCoBrowsingPresentationMode, rhs: DocumentCoBrowsingPresentationMode) -> Bool

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.