-
Tells the delegate when raw text is copied in the specified label.
Declaration
Parameters
label
VGSLabel
view in which raw text was copied.format
VGSLabelCopyTextFormat
object, copied text format. -
Tells the delegate when reveal data operation was failed for the subscribed
VGSLabel
view.Declaration
Swift
@objc optional func labelRevealDataDidFail(_ label: VGSLabel, error: VGSShowError)
Parameters
label
VGSLabel
view in which reveal data operation was failed.error
VGSShowError
object.