getFormFieldsAsync

abstract fun getFormFieldsAsync(): Single<List<FormField>>

Returns the list of all form fields in the document, asynchronously.

Return

Single emitting list of form fields in the document.