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
aandb,a == bimplies thata != bisfalse.Declaration
Swift
static func == (lhs: DocumentCoBrowsingPresentationMode, rhs: DocumentCoBrowsingPresentationMode) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.