Documentation
¶
Overview ¶
Package autofill provides Go bindings for android.view.autofill.
Index ¶
- Constants
- func Init(env *jni.Env) error
- type Id
- func (m *Id) Create(arg0 *jni.Object, arg1 int32) (*jni.Object, error)
- func (m *Id) DescribeContents() (int32, error)
- func (m *Id) Equals(arg0 *jni.Object) (bool, error)
- func (m *Id) GetAutofillVirtualId() (int32, error)
- func (m *Id) GetSessionId() (int32, error)
- func (m *Id) GetViewId() (int32, error)
- func (m *Id) HashCode() (int32, error)
- func (m *Id) IsInAutofillSession() (bool, error)
- func (m *Id) IsVirtual() (bool, error)
- func (m *Id) ToString() (string, error)
- func (m *Id) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type Manager
- func (m *Manager) Cancel() error
- func (m *Manager) Commit() error
- func (m *Manager) DisableAutofillServices() error
- func (m *Manager) GetAutofillServiceComponentName() (*jni.Object, error)
- func (m *Manager) GetAvailableFieldClassificationAlgorithms() (*jni.Object, error)
- func (m *Manager) GetDefaultFieldClassificationAlgorithm() (string, error)
- func (m *Manager) GetNextAutofillId() (*jni.Object, error)
- func (m *Manager) GetUserData() (*jni.Object, error)
- func (m *Manager) GetUserDataId() (string, error)
- func (m *Manager) HasEnabledAutofillServices() (bool, error)
- func (m *Manager) IsAutofillSupported() (bool, error)
- func (m *Manager) IsEnabled() (bool, error)
- func (m *Manager) IsFieldClassificationEnabled() (bool, error)
- func (m *Manager) NotifyValueChanged1(arg0 *jni.Object) error
- func (m *Manager) NotifyValueChanged3_1(arg0 *jni.Object, arg1 int32, arg2 *jni.Object) error
- func (m *Manager) NotifyViewClicked1(arg0 *jni.Object) error
- func (m *Manager) NotifyViewClicked2_1(arg0 *jni.Object, arg1 int32) error
- func (m *Manager) NotifyViewEntered1(arg0 *jni.Object) error
- func (m *Manager) NotifyViewEntered3_1(arg0 *jni.Object, arg1 int32, arg2 *jni.Object) error
- func (m *Manager) NotifyViewExited1(arg0 *jni.Object) error
- func (m *Manager) NotifyViewExited2_1(arg0 *jni.Object, arg1 int32) error
- func (m *Manager) NotifyViewVisibilityChanged2(arg0 *jni.Object, arg1 bool) error
- func (m *Manager) NotifyViewVisibilityChanged3_1(arg0 *jni.Object, arg1 int32, arg2 bool) error
- func (m *Manager) RegisterCallback(arg0 *jni.Object) error
- func (m *Manager) RequestAutofill1(arg0 *jni.Object) error
- func (m *Manager) RequestAutofill3_1(arg0 *jni.Object, arg1 int32, arg2 *jni.Object) error
- func (m *Manager) SetUserData(arg0 *jni.Object) error
- func (m *Manager) ShowAutofillDialog1(arg0 *jni.Object) (bool, error)
- func (m *Manager) ShowAutofillDialog2_1(arg0 *jni.Object, arg1 int32) (bool, error)
- func (m *Manager) ToString() (string, error)
- func (m *Manager) UnregisterCallback(arg0 *jni.Object) error
- type ManagerAutofillCallback
- type Value
- func (m *Value) DescribeContents() (int32, error)
- func (m *Value) Equals(arg0 *jni.Object) (bool, error)
- func (m *Value) ForDate(arg0 int64) (*jni.Object, error)
- func (m *Value) ForList(arg0 int32) (*jni.Object, error)
- func (m *Value) ForText(arg0 string) (*jni.Object, error)
- func (m *Value) ForToggle(arg0 bool) (*jni.Object, error)
- func (m *Value) GetDateValue() (int64, error)
- func (m *Value) GetListValue() (int32, error)
- func (m *Value) GetTextValue() (*jni.Object, error)
- func (m *Value) GetToggleValue() (bool, error)
- func (m *Value) HashCode() (int32, error)
- func (m *Value) IsDate() (bool, error)
- func (m *Value) IsList() (bool, error)
- func (m *Value) IsText() (bool, error)
- func (m *Value) IsToggle() (bool, error)
- func (m *Value) ToString() (string, error)
- func (m *Value) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type VirtualViewFillInfo
- type VirtualViewFillInfoBuilder
Constants ¶
const ( ExtraAssistStructure = consts.ExtraAssistStructure ExtraAuthenticationResult = consts.ExtraAuthenticationResult ExtraAuthenticationResultEphemeralDataset = consts.ExtraAuthenticationResultEphemeralDataset ExtraClientState = consts.ExtraClientState ExtraInlineSuggestionsRequest = consts.ExtraInlineSuggestionsRequest )
const ( EventInputHidden = consts.EventInputHidden EventInputShown = consts.EventInputShown Creator = consts.Creator )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Id ¶
Id wraps android.view.autofill.AutofillId.
func (*Id) DescribeContents ¶
DescribeContents calls android.view.autofill.AutofillId.describeContents.
func (*Id) GetAutofillVirtualId ¶
GetAutofillVirtualId calls android.view.autofill.AutofillId.getAutofillVirtualId.
func (*Id) GetSessionId ¶
GetSessionId calls android.view.autofill.AutofillId.getSessionId.
func (*Id) IsInAutofillSession ¶
IsInAutofillSession calls android.view.autofill.AutofillId.isInAutofillSession.
type Manager ¶
Manager wraps android.view.autofill.AutofillManager.
func (*Manager) DisableAutofillServices ¶
DisableAutofillServices calls android.view.autofill.AutofillManager.disableAutofillServices.
func (*Manager) GetAutofillServiceComponentName ¶
GetAutofillServiceComponentName calls android.view.autofill.AutofillManager.getAutofillServiceComponentName.
func (*Manager) GetAvailableFieldClassificationAlgorithms ¶ added in v0.0.8
GetAvailableFieldClassificationAlgorithms calls android.view.autofill.AutofillManager.getAvailableFieldClassificationAlgorithms.
func (*Manager) GetDefaultFieldClassificationAlgorithm ¶
GetDefaultFieldClassificationAlgorithm calls android.view.autofill.AutofillManager.getDefaultFieldClassificationAlgorithm.
func (*Manager) GetNextAutofillId ¶
GetNextAutofillId calls android.view.autofill.AutofillManager.getNextAutofillId.
func (*Manager) GetUserData ¶
GetUserData calls android.view.autofill.AutofillManager.getUserData.
func (*Manager) GetUserDataId ¶
GetUserDataId calls android.view.autofill.AutofillManager.getUserDataId.
func (*Manager) HasEnabledAutofillServices ¶
HasEnabledAutofillServices calls android.view.autofill.AutofillManager.hasEnabledAutofillServices.
func (*Manager) IsAutofillSupported ¶
IsAutofillSupported calls android.view.autofill.AutofillManager.isAutofillSupported.
func (*Manager) IsFieldClassificationEnabled ¶
IsFieldClassificationEnabled calls android.view.autofill.AutofillManager.isFieldClassificationEnabled.
func (*Manager) NotifyValueChanged1 ¶
NotifyValueChanged1 calls android.view.autofill.AutofillManager.notifyValueChanged.
func (*Manager) NotifyValueChanged3_1 ¶
NotifyValueChanged3_1 calls android.view.autofill.AutofillManager.notifyValueChanged.
func (*Manager) NotifyViewClicked1 ¶
NotifyViewClicked1 calls android.view.autofill.AutofillManager.notifyViewClicked.
func (*Manager) NotifyViewClicked2_1 ¶
NotifyViewClicked2_1 calls android.view.autofill.AutofillManager.notifyViewClicked.
func (*Manager) NotifyViewEntered1 ¶
NotifyViewEntered1 calls android.view.autofill.AutofillManager.notifyViewEntered.
func (*Manager) NotifyViewEntered3_1 ¶
NotifyViewEntered3_1 calls android.view.autofill.AutofillManager.notifyViewEntered.
func (*Manager) NotifyViewExited1 ¶
NotifyViewExited1 calls android.view.autofill.AutofillManager.notifyViewExited.
func (*Manager) NotifyViewExited2_1 ¶
NotifyViewExited2_1 calls android.view.autofill.AutofillManager.notifyViewExited.
func (*Manager) NotifyViewVisibilityChanged2 ¶
NotifyViewVisibilityChanged2 calls android.view.autofill.AutofillManager.notifyViewVisibilityChanged.
func (*Manager) NotifyViewVisibilityChanged3_1 ¶
NotifyViewVisibilityChanged3_1 calls android.view.autofill.AutofillManager.notifyViewVisibilityChanged.
func (*Manager) RegisterCallback ¶
RegisterCallback calls android.view.autofill.AutofillManager.registerCallback.
func (*Manager) RequestAutofill1 ¶
RequestAutofill1 calls android.view.autofill.AutofillManager.requestAutofill.
func (*Manager) RequestAutofill3_1 ¶
RequestAutofill3_1 calls android.view.autofill.AutofillManager.requestAutofill.
func (*Manager) SetUserData ¶
SetUserData calls android.view.autofill.AutofillManager.setUserData.
func (*Manager) ShowAutofillDialog1 ¶
ShowAutofillDialog1 calls android.view.autofill.AutofillManager.showAutofillDialog.
func (*Manager) ShowAutofillDialog2_1 ¶
ShowAutofillDialog2_1 calls android.view.autofill.AutofillManager.showAutofillDialog.
type ManagerAutofillCallback ¶
ManagerAutofillCallback wraps android.view.autofill.AutofillManager$AutofillCallback.
func (*ManagerAutofillCallback) OnAutofillEvent2 ¶
func (m *ManagerAutofillCallback) OnAutofillEvent2(arg0 *jni.Object, arg1 int32) error
OnAutofillEvent2 calls android.view.autofill.AutofillManager$AutofillCallback.onAutofillEvent.
func (*ManagerAutofillCallback) OnAutofillEvent3_1 ¶
func (m *ManagerAutofillCallback) OnAutofillEvent3_1( arg0 *jni.Object, arg1 int32, arg2 int32, ) error
OnAutofillEvent3_1 calls android.view.autofill.AutofillManager$AutofillCallback.onAutofillEvent.
func (*ManagerAutofillCallback) ToString ¶ added in v0.0.8
func (m *ManagerAutofillCallback) ToString() (string, error)
ToString calls android.view.autofill.AutofillManager$AutofillCallback.toString.
type Value ¶
Value wraps android.view.autofill.AutofillValue.
func (*Value) DescribeContents ¶
DescribeContents calls android.view.autofill.AutofillValue.describeContents.
func (*Value) GetDateValue ¶
GetDateValue calls android.view.autofill.AutofillValue.getDateValue.
func (*Value) GetListValue ¶
GetListValue calls android.view.autofill.AutofillValue.getListValue.
func (*Value) GetTextValue ¶
GetTextValue calls android.view.autofill.AutofillValue.getTextValue.
func (*Value) GetToggleValue ¶
GetToggleValue calls android.view.autofill.AutofillValue.getToggleValue.
type VirtualViewFillInfo ¶
VirtualViewFillInfo wraps android.view.autofill.VirtualViewFillInfo.
func (*VirtualViewFillInfo) GetAutofillHints ¶
func (m *VirtualViewFillInfo) GetAutofillHints() (*jni.Object, error)
GetAutofillHints calls android.view.autofill.VirtualViewFillInfo.getAutofillHints.
func (*VirtualViewFillInfo) ToString ¶ added in v0.0.8
func (m *VirtualViewFillInfo) ToString() (string, error)
ToString calls android.view.autofill.VirtualViewFillInfo.toString.
type VirtualViewFillInfoBuilder ¶
VirtualViewFillInfoBuilder wraps android.view.autofill.VirtualViewFillInfo$Builder.
func (*VirtualViewFillInfoBuilder) Build ¶
func (m *VirtualViewFillInfoBuilder) Build() (*jni.Object, error)
Build calls android.view.autofill.VirtualViewFillInfo$Builder.build.
func (*VirtualViewFillInfoBuilder) SetAutofillHints ¶
SetAutofillHints calls android.view.autofill.VirtualViewFillInfo$Builder.setAutofillHints.
func (*VirtualViewFillInfoBuilder) ToString ¶ added in v0.0.8
func (m *VirtualViewFillInfoBuilder) ToString() (string, error)
ToString calls android.view.autofill.VirtualViewFillInfo$Builder.toString.