tiger

package
v0.0.0-...-7bb4d92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
}

func (Handler) CallMethod

func (h Handler) CallMethod(ctx android.JNIContext, obj gava.FakeObject, name, sig string, args ...any) any

func (Handler) CallStaticMethod

func (h Handler) CallStaticMethod(ctx android.JNIContext, clazz gava.FakeClass, name, sig string, args ...any) any

func (Handler) DefineClass

func (h Handler) DefineClass(ctx wrapper.FakeContext, name string) gava.FakeClass

func (Handler) DefineField

func (h Handler) DefineField(ctx wrapper.FakeContext, clazz gava.FakeClass, name, sig string) gava.FakeField

func (Handler) DefineMethod

func (h Handler) DefineMethod(ctx wrapper.FakeContext, clazz gava.FakeClass, name, sig string) gava.FakeMethod

func (Handler) DefineStaticField

func (h Handler) DefineStaticField(ctx wrapper.FakeContext, clazz gava.FakeClass, name, sig string) gava.FakeField

func (Handler) DefineStaticMethod

func (h Handler) DefineStaticMethod(ctx wrapper.FakeContext, clazz gava.FakeClass, name, sig string) gava.FakeMethod

func (Handler) GetField

func (h Handler) GetField(ctx android.JNIContext, obj gava.FakeObject, name string) any

func (Handler) GetStaticField

func (h Handler) GetStaticField(ctx android.JNIContext, clazz gava.FakeClass, name string) any

func (Handler) SetField

func (h Handler) SetField(ctx android.JNIContext, obj gava.FakeObject, name string, value any)

func (Handler) SetStaticField

func (h Handler) SetStaticField(ctx android.JNIContext, clazz gava.FakeClass, name string, value any)

type SharedPreference

type SharedPreference map[string]any

func (SharedPreference) Clear

func (p SharedPreference) Clear()

func (SharedPreference) Contains

func (p SharedPreference) Contains(key string) java.JBoolean

func (SharedPreference) GetBoolean

func (p SharedPreference) GetBoolean(key string, defValue java.JBoolean) java.JBoolean

func (SharedPreference) GetFloat

func (p SharedPreference) GetFloat(key string, defValue java.JFloat) java.JFloat

func (SharedPreference) GetInt

func (p SharedPreference) GetInt(key string, defValue java.JInt) java.JInt

func (SharedPreference) GetLong

func (p SharedPreference) GetLong(key string, defValue java.JLong) java.JLong

func (SharedPreference) GetString

func (p SharedPreference) GetString(key string, defValue java.IString) java.IString

func (SharedPreference) Remove

func (p SharedPreference) Remove(key string)

func (SharedPreference) SetBoolean

func (p SharedPreference) SetBoolean(key string, value java.JBoolean)

func (SharedPreference) SetFloat

func (p SharedPreference) SetFloat(key string, value java.JFloat)

func (SharedPreference) SetInt

func (p SharedPreference) SetInt(key string, value java.JInt)

func (SharedPreference) SetLong

func (p SharedPreference) SetLong(key string, value java.JLong)

func (SharedPreference) SetString

func (p SharedPreference) SetString(key string, value java.IString)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL