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
CGRect
object 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
x
The new absolute x position of the private area on the screen (optional)
y
The new absolute y position of the private area on the screen (optional)
width
The new width of the private area on the screen (optional)
height
The new width of the private area on the screen (optional)