extend

package
v0.0.0-...-ec95925 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extend

type Extend interface {
	SharedPreference(name string, handler SharedPreference)
}

func Define

func Define(art android.Runtime, cf gava.ClassFactory) Extend

type SharedPreference

type SharedPreference interface {
	Contains(key string) java.JBoolean
	GetBoolean(key string, defValue java.JBoolean) java.JBoolean
	GetFloat(key string, defValue java.JFloat) java.JFloat
	GetInt(key string, defValue java.JInt) java.JInt
	GetLong(key string, defValue java.JLong) java.JLong
	GetString(key string, defValue java.IString) java.IString
}

Jump to

Keyboard shortcuts

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