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
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
static func == (lhs: DocumentCoBrowsingPresentationMode, rhs: DocumentCoBrowsingPresentationMode) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.