Documentation
¶
Overview ¶
Package strictmode provides Go bindings for android.os.strictmode.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IncorrectContextUseViolation ¶
IncorrectContextUseViolation wraps android.os.strictmode.IncorrectContextUseViolation.
func NewIncorrectContextUseViolation ¶
func NewIncorrectContextUseViolation(vm *jni.VM, arg0 string, arg1 *jni.Object) (*IncorrectContextUseViolation, error)
NewIncorrectContextUseViolation creates a new android.os.strictmode.IncorrectContextUseViolation instance.
type InstanceCountViolation ¶
InstanceCountViolation wraps android.os.strictmode.InstanceCountViolation.
func (*InstanceCountViolation) GetNumberOfInstances ¶
func (m *InstanceCountViolation) GetNumberOfInstances() (int64, error)
GetNumberOfInstances calls android.os.strictmode.InstanceCountViolation.getNumberOfInstances.
type UnsafeIntentLaunchViolation ¶
UnsafeIntentLaunchViolation wraps android.os.strictmode.UnsafeIntentLaunchViolation.
func NewUnsafeIntentLaunchViolation ¶
func NewUnsafeIntentLaunchViolation(vm *jni.VM, arg0 *jni.Object) (*UnsafeIntentLaunchViolation, error)
NewUnsafeIntentLaunchViolation creates a new android.os.strictmode.UnsafeIntentLaunchViolation instance.
Click to show internal directories.
Click to hide internal directories.