UnbluCoBrowsingPrivateArea
public class UnbluCoBrowsingPrivateArea
An object that represents an area of the screen that will be obscured during a co-browsing session
-
The id of this private area
Declaration
Swift
public let id: String -
The
CGRectobject that defines the absolute on screen position of the area to obscureDeclaration
Swift
public var rect: CGRect { get } -
Updates the size and position of the private area to render in on the screen.
Declaration
Swift
public func update(x: CGFloat? = nil, y: CGFloat? = nil, width: CGFloat? = nil, height: CGFloat? = nil)Parameters
xThe new absolute x position of the private area on the screen (optional)
yThe new absolute y position of the private area on the screen (optional)
widthThe new width of the private area on the screen (optional)
heightThe new width of the private area on the screen (optional)
UnbluCoBrowsingPrivateArea Class Reference