Documentation
¶
Overview ¶
Package biometrics provides Go bindings for android.hardware.biometrics.
Index ¶
- Constants
- func Init(env *jni.Env) error
- type PromptContentItemBulletedText
- type PromptContentItemPlainText
- type PromptContentViewWithMoreOptionsButton
- func (m *PromptContentViewWithMoreOptionsButton) DescribeContents() (int32, error)
- func (m *PromptContentViewWithMoreOptionsButton) GetDescription() (string, error)
- func (m *PromptContentViewWithMoreOptionsButton) GetMoreOptionsButtonListener() (*jni.Object, 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)
- type PromptVerticalListContentView
- func (m *PromptVerticalListContentView) DescribeContents() (int32, error)
- func (m *PromptVerticalListContentView) GetDescription() (string, error)
- func (m *PromptVerticalListContentView) GetMaxEachItemCharacterNumber() (int32, error)
- func (m *PromptVerticalListContentView) GetMaxItemCount() (int32, 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)
Constants ¶
const (
Creator = consts.Creator
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
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) 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) WriteToParcel ¶
func (m *PromptContentItemPlainText) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.hardware.biometrics.PromptContentItemPlainText.writeToParcel.
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) 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.
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) 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) 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.