getCaption
Gets the caption asynchronously.
Return
Cancellable operation.
Parameters
callback
The Callback invoked when the fetching operation has finished either successfully or with an error.
Deprecated
This will be removed from future releases after October 10th 2024.
Replace with
getCaption(CopyrightsFetchingCallback)
Content copied to clipboard
Gets the caption synchronously.
Return
The Result which in case of success contains the contents of the caption. In case of error contains CaptionFetchingFailure instance.