C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / SetAutofillHints Method


In This Topic
SetAutofillHints Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setAutofillHints", 
   "([Ljava/lang/String;)V", 
   "GetSetAutofillHints_arrayLjava_lang_String_Handler", 
   ApiSince=26)>
Public Overridable Sub SetAutofillHints( _
   ByVal ParamArray autofillHints() As String _
) 
 
'Usage
 
Dim instance As FlexViewer
Dim autofillHints() As String
 
instance.SetAutofillHints(autofillHints)

Parameters

autofillHints
See Also