autofillClients property

Iterable<AutofillClient> autofillClients

The collection of AutofillClients currently tied to this AutofillScope.

Every AutofillClient in this list must have autofill enabled (i.e. its AutofillClient.textInputConfiguration must have a non-null AutofillConfiguration.)

Implementation

Iterable<AutofillClient> get autofillClients;