UnbluMobileCoBrowsingPrivateArea
class UnbluMobileCoBrowsingPrivateArea
An object that represents an area of the screen that will be obscured during a mobile co-browsing session
-
The id of this private area
Declaration
Swift
let id: String -
The
CGRectobject that defines the absolute on screen position of the area to obscureDeclaration
Swift
var rect: CGRect { get } -
Updates the size and position of the private area to render in on the screen.
Declaration
Swift
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)