Documentation
¶
Overview ¶
Package biometrics provides Go bindings for android.hardware.biometrics.
Index ¶
- Constants
- func Init(env *jni.Env) error
- type PromptContentItem
- type PromptContentItemBulletedText
- type PromptContentItemPlainText
- type PromptContentView
- type PromptContentViewWithMoreOptionsButton
- func (m *PromptContentViewWithMoreOptionsButton) DescribeContents() (int32, error)
- func (m *PromptContentViewWithMoreOptionsButton) GetDescription() (string, error)
- func (m *PromptContentViewWithMoreOptionsButton) GetMoreOptionsButtonListener() (*jni.Object, error)
- func (m *PromptContentViewWithMoreOptionsButton) ToString() (string, error)
- func (m *PromptContentViewWithMoreOptionsButton) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type PromptContentViewWithMoreOptionsButtonBuilder
- func (m *PromptContentViewWithMoreOptionsButtonBuilder) Build() (*jni.Object, error)
- func (m *PromptContentViewWithMoreOptionsButtonBuilder) SetDescription(arg0 string) (*jni.Object, error)
- func (m *PromptContentViewWithMoreOptionsButtonBuilder) SetMoreOptionsButtonListener(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *PromptContentViewWithMoreOptionsButtonBuilder) ToString() (string, error)
- type PromptVerticalListContentView
- func (m *PromptVerticalListContentView) DescribeContents() (int32, error)
- func (m *PromptVerticalListContentView) GetDescription() (string, error)
- func (m *PromptVerticalListContentView) GetListItems() (*jni.Object, error)
- func (m *PromptVerticalListContentView) GetMaxEachItemCharacterNumber() (int32, error)
- func (m *PromptVerticalListContentView) GetMaxItemCount() (int32, error)
- func (m *PromptVerticalListContentView) ToString() (string, error)
- func (m *PromptVerticalListContentView) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type PromptVerticalListContentViewBuilder
- func (m *PromptVerticalListContentViewBuilder) AddListItem1(arg0 *jni.Object) (*jni.Object, error)
- func (m *PromptVerticalListContentViewBuilder) AddListItem2_1(arg0 *jni.Object, arg1 int32) (*jni.Object, error)
- func (m *PromptVerticalListContentViewBuilder) Build() (*jni.Object, error)
- func (m *PromptVerticalListContentViewBuilder) SetDescription(arg0 string) (*jni.Object, error)
- func (m *PromptVerticalListContentViewBuilder) ToString() (string, error)
Constants ¶
const (
Creator = consts.Creator
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PromptContentItem ¶ added in v0.0.8
PromptContentItem wraps android.hardware.biometrics.PromptContentItem.
func (*PromptContentItem) ToString ¶ added in v0.0.8
func (m *PromptContentItem) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptContentItem.toString.
type PromptContentItemBulletedText ¶
PromptContentItemBulletedText wraps android.hardware.biometrics.PromptContentItemBulletedText.
func NewPromptContentItemBulletedText ¶
func NewPromptContentItemBulletedText(vm *jni.VM, arg0 string) (*PromptContentItemBulletedText, error)
NewPromptContentItemBulletedText creates a new android.hardware.biometrics.PromptContentItemBulletedText instance.
func (*PromptContentItemBulletedText) DescribeContents ¶
func (m *PromptContentItemBulletedText) DescribeContents() (int32, error)
DescribeContents calls android.hardware.biometrics.PromptContentItemBulletedText.describeContents.
func (*PromptContentItemBulletedText) ToString ¶ added in v0.0.8
func (m *PromptContentItemBulletedText) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptContentItemBulletedText.toString.
func (*PromptContentItemBulletedText) WriteToParcel ¶
func (m *PromptContentItemBulletedText) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.hardware.biometrics.PromptContentItemBulletedText.writeToParcel.
type PromptContentItemPlainText ¶
PromptContentItemPlainText wraps android.hardware.biometrics.PromptContentItemPlainText.
func NewPromptContentItemPlainText ¶
func NewPromptContentItemPlainText(vm *jni.VM, arg0 string) (*PromptContentItemPlainText, error)
NewPromptContentItemPlainText creates a new android.hardware.biometrics.PromptContentItemPlainText instance.
func (*PromptContentItemPlainText) DescribeContents ¶
func (m *PromptContentItemPlainText) DescribeContents() (int32, error)
DescribeContents calls android.hardware.biometrics.PromptContentItemPlainText.describeContents.
func (*PromptContentItemPlainText) ToString ¶ added in v0.0.8
func (m *PromptContentItemPlainText) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptContentItemPlainText.toString.
func (*PromptContentItemPlainText) WriteToParcel ¶
func (m *PromptContentItemPlainText) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.hardware.biometrics.PromptContentItemPlainText.writeToParcel.
type PromptContentView ¶ added in v0.0.8
PromptContentView wraps android.hardware.biometrics.PromptContentView.
func (*PromptContentView) ToString ¶ added in v0.0.8
func (m *PromptContentView) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptContentView.toString.
type PromptContentViewWithMoreOptionsButton ¶
PromptContentViewWithMoreOptionsButton wraps android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.
func (*PromptContentViewWithMoreOptionsButton) DescribeContents ¶
func (m *PromptContentViewWithMoreOptionsButton) DescribeContents() (int32, error)
DescribeContents calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.describeContents.
func (*PromptContentViewWithMoreOptionsButton) GetDescription ¶
func (m *PromptContentViewWithMoreOptionsButton) GetDescription() (string, error)
GetDescription calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.getDescription.
func (*PromptContentViewWithMoreOptionsButton) GetMoreOptionsButtonListener ¶
func (m *PromptContentViewWithMoreOptionsButton) GetMoreOptionsButtonListener() (*jni.Object, error)
GetMoreOptionsButtonListener calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.getMoreOptionsButtonListener.
func (*PromptContentViewWithMoreOptionsButton) ToString ¶ added in v0.0.8
func (m *PromptContentViewWithMoreOptionsButton) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.toString.
func (*PromptContentViewWithMoreOptionsButton) WriteToParcel ¶
func (m *PromptContentViewWithMoreOptionsButton) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton.writeToParcel.
type PromptContentViewWithMoreOptionsButtonBuilder ¶
PromptContentViewWithMoreOptionsButtonBuilder wraps android.hardware.biometrics.PromptContentViewWithMoreOptionsButton$Builder.
func (*PromptContentViewWithMoreOptionsButtonBuilder) Build ¶
func (m *PromptContentViewWithMoreOptionsButtonBuilder) Build() (*jni.Object, error)
Build calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton$Builder.build.
func (*PromptContentViewWithMoreOptionsButtonBuilder) SetDescription ¶
func (m *PromptContentViewWithMoreOptionsButtonBuilder) SetDescription(arg0 string) (*jni.Object, error)
SetDescription calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton$Builder.setDescription.
func (*PromptContentViewWithMoreOptionsButtonBuilder) SetMoreOptionsButtonListener ¶
func (m *PromptContentViewWithMoreOptionsButtonBuilder) SetMoreOptionsButtonListener(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
SetMoreOptionsButtonListener calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton$Builder.setMoreOptionsButtonListener.
func (*PromptContentViewWithMoreOptionsButtonBuilder) ToString ¶ added in v0.0.8
func (m *PromptContentViewWithMoreOptionsButtonBuilder) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptContentViewWithMoreOptionsButton$Builder.toString.
type PromptVerticalListContentView ¶
PromptVerticalListContentView wraps android.hardware.biometrics.PromptVerticalListContentView.
func (*PromptVerticalListContentView) DescribeContents ¶
func (m *PromptVerticalListContentView) DescribeContents() (int32, error)
DescribeContents calls android.hardware.biometrics.PromptVerticalListContentView.describeContents.
func (*PromptVerticalListContentView) GetDescription ¶
func (m *PromptVerticalListContentView) GetDescription() (string, error)
GetDescription calls android.hardware.biometrics.PromptVerticalListContentView.getDescription.
func (*PromptVerticalListContentView) GetListItems ¶ added in v0.0.8
func (m *PromptVerticalListContentView) GetListItems() (*jni.Object, error)
GetListItems calls android.hardware.biometrics.PromptVerticalListContentView.getListItems.
func (*PromptVerticalListContentView) GetMaxEachItemCharacterNumber ¶
func (m *PromptVerticalListContentView) GetMaxEachItemCharacterNumber() (int32, error)
GetMaxEachItemCharacterNumber calls android.hardware.biometrics.PromptVerticalListContentView.getMaxEachItemCharacterNumber.
func (*PromptVerticalListContentView) GetMaxItemCount ¶
func (m *PromptVerticalListContentView) GetMaxItemCount() (int32, error)
GetMaxItemCount calls android.hardware.biometrics.PromptVerticalListContentView.getMaxItemCount.
func (*PromptVerticalListContentView) ToString ¶ added in v0.0.8
func (m *PromptVerticalListContentView) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptVerticalListContentView.toString.
func (*PromptVerticalListContentView) WriteToParcel ¶
func (m *PromptVerticalListContentView) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.hardware.biometrics.PromptVerticalListContentView.writeToParcel.
type PromptVerticalListContentViewBuilder ¶
PromptVerticalListContentViewBuilder wraps android.hardware.biometrics.PromptVerticalListContentView$Builder.
func (*PromptVerticalListContentViewBuilder) AddListItem1 ¶
AddListItem1 calls android.hardware.biometrics.PromptVerticalListContentView$Builder.addListItem.
func (*PromptVerticalListContentViewBuilder) AddListItem2_1 ¶
func (m *PromptVerticalListContentViewBuilder) AddListItem2_1(arg0 *jni.Object, arg1 int32) (*jni.Object, error)
AddListItem2_1 calls android.hardware.biometrics.PromptVerticalListContentView$Builder.addListItem.
func (*PromptVerticalListContentViewBuilder) Build ¶
func (m *PromptVerticalListContentViewBuilder) Build() (*jni.Object, error)
Build calls android.hardware.biometrics.PromptVerticalListContentView$Builder.build.
func (*PromptVerticalListContentViewBuilder) SetDescription ¶
func (m *PromptVerticalListContentViewBuilder) SetDescription(arg0 string) (*jni.Object, error)
SetDescription calls android.hardware.biometrics.PromptVerticalListContentView$Builder.setDescription.
func (*PromptVerticalListContentViewBuilder) ToString ¶ added in v0.0.8
func (m *PromptVerticalListContentViewBuilder) ToString() (string, error)
ToString calls android.hardware.biometrics.PromptVerticalListContentView$Builder.toString.
Source Files
¶
- constants.go
- doc.go
- init.go
- prompt_content_item.go
- prompt_content_item_bulleted_text.go
- prompt_content_item_plain_text.go
- prompt_content_view.go
- prompt_content_view_with_more_options_button.go
- prompt_content_view_with_more_options_button_builder.go
- prompt_vertical_list_content_view.go
- prompt_vertical_list_content_view_builder.go