Versions in this module Expand all Collapse all v0 v0.0.8 Mar 29, 2026 Changes in this version type Boundary + func (m *Boundary) ToString() (string, error) type PageSelection + func (m *PageSelection) GetSelectedTextContents() (*jni.Object, error) + func (m *PageSelection) ToString() (string, error) v0.0.7 Mar 28, 2026 Changes in this version + const Creator + func Init(env *jni.Env) error + type Boundary struct + Obj *jni.GlobalRef + VM *jni.VM + func NewBoundary(vm *jni.VM, arg0 *jni.Object) (*Boundary, error) + func (m *Boundary) DescribeContents() (int32, error) + func (m *Boundary) GetIndex() (int32, error) + func (m *Boundary) GetIsRtl() (bool, error) + func (m *Boundary) GetPoint() (*jni.Object, error) + func (m *Boundary) WriteToParcel(arg0 *jni.Object, arg1 int32) error + type PageSelection struct + Obj *jni.GlobalRef + VM *jni.VM + func NewPageSelection(vm *jni.VM, arg0 int32, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (*PageSelection, error) + func (m *PageSelection) DescribeContents() (int32, error) + func (m *PageSelection) GetPage() (int32, error) + func (m *PageSelection) GetStart() (*jni.Object, error) + func (m *PageSelection) GetStop() (*jni.Object, error) + func (m *PageSelection) WriteToParcel(arg0 *jni.Object, arg1 int32) error