Documentation
¶
Overview ¶
Package exceptions provides Go bindings for android.app.appsearch.exceptions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppSearchException ¶
AppSearchException wraps android.app.appsearch.exceptions.AppSearchException.
func NewAppSearchException ¶
func NewAppSearchException(vm *jni.VM, arg0 int32) (*AppSearchException, error)
NewAppSearchException creates a new android.app.appsearch.exceptions.AppSearchException instance.
func (*AppSearchException) GetResultCode ¶
func (m *AppSearchException) GetResultCode() (int32, error)
GetResultCode calls android.app.appsearch.exceptions.AppSearchException.getResultCode.
func (*AppSearchException) ToString ¶ added in v0.0.8
func (m *AppSearchException) ToString() (string, error)
ToString calls android.app.appsearch.exceptions.AppSearchException.toString.
Click to show internal directories.
Click to hide internal directories.