ondevicepersonalization

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Overview

Package ondevicepersonalization provides Go bindings for android.adservices.ondevicepersonalization.

Index

Constants

View Source
const (
	Creator                                   = consts.Creator
	SchedulingModeOneTime                     = consts.SchedulingModeOneTime
	SchedulingModeRecurrent                   = consts.SchedulingModeRecurrent
	DelegateCpu                               = consts.DelegateCpu
	ModelTypeTensorflowLite                   = consts.ModelTypeTensorflowLite
	ErrorInferenceFailed                      = consts.ErrorInferenceFailed
	ErrorInferenceModelNotFound               = consts.ErrorInferenceModelNotFound
	ErrorInvalidTrainingManifest              = consts.ErrorInvalidTrainingManifest
	ErrorIsolatedServiceFailed                = consts.ErrorIsolatedServiceFailed
	ErrorIsolatedServiceLoadingFailed         = consts.ErrorIsolatedServiceLoadingFailed
	ErrorIsolatedServiceManifestParsingFailed = consts.ErrorIsolatedServiceManifestParsingFailed
	ErrorIsolatedServiceTimeout               = consts.ErrorIsolatedServiceTimeout
	ErrorPersonalizationDisabled              = consts.ErrorPersonalizationDisabled
	ErrorScheduleTrainingFailed               = consts.ErrorScheduleTrainingFailed
	Default                                   = consts.Default
	OutputTypeBestValue                       = consts.OutputTypeBestValue
	OutputTypeNull                            = consts.OutputTypeNull
	DefaultBestValue                          = consts.DefaultBestValue
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

Types

type AppInfo

type AppInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AppInfo wraps android.adservices.ondevicepersonalization.AppInfo.

func NewAppInfo

func NewAppInfo(vm *jni.VM, arg0 bool) (*AppInfo, error)

NewAppInfo creates a new android.adservices.ondevicepersonalization.AppInfo instance.

func (*AppInfo) DescribeContents

func (m *AppInfo) DescribeContents() (int32, error)

DescribeContents calls android.adservices.ondevicepersonalization.AppInfo.describeContents.

func (*AppInfo) Equals

func (m *AppInfo) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.AppInfo.equals.

func (*AppInfo) HashCode

func (m *AppInfo) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.AppInfo.hashCode.

func (*AppInfo) IsInstalled

func (m *AppInfo) IsInstalled() (bool, error)

IsInstalled calls android.adservices.ondevicepersonalization.AppInfo.isInstalled.

func (*AppInfo) ToString added in v0.0.8

func (m *AppInfo) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.AppInfo.toString.

func (*AppInfo) WriteToParcel

func (m *AppInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.adservices.ondevicepersonalization.AppInfo.writeToParcel.

type DownloadCompletedInput

type DownloadCompletedInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DownloadCompletedInput wraps android.adservices.ondevicepersonalization.DownloadCompletedInput.

func NewDownloadCompletedInput

func NewDownloadCompletedInput(vm *jni.VM, arg0 *jni.Object) (*DownloadCompletedInput, error)

NewDownloadCompletedInput creates a new android.adservices.ondevicepersonalization.DownloadCompletedInput instance.

func (*DownloadCompletedInput) Equals

func (m *DownloadCompletedInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.DownloadCompletedInput.equals.

func (*DownloadCompletedInput) GetDownloadedContents

func (m *DownloadCompletedInput) GetDownloadedContents() (*jni.Object, error)

GetDownloadedContents calls android.adservices.ondevicepersonalization.DownloadCompletedInput.getDownloadedContents.

func (*DownloadCompletedInput) HashCode

func (m *DownloadCompletedInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.DownloadCompletedInput.hashCode.

func (*DownloadCompletedInput) ToString added in v0.0.8

func (m *DownloadCompletedInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.DownloadCompletedInput.toString.

type DownloadCompletedOutput

type DownloadCompletedOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DownloadCompletedOutput wraps android.adservices.ondevicepersonalization.DownloadCompletedOutput.

func (*DownloadCompletedOutput) Equals

func (m *DownloadCompletedOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.DownloadCompletedOutput.equals.

func (*DownloadCompletedOutput) GetRetainedKeys added in v0.0.8

func (m *DownloadCompletedOutput) GetRetainedKeys() (*jni.Object, error)

GetRetainedKeys calls android.adservices.ondevicepersonalization.DownloadCompletedOutput.getRetainedKeys.

func (*DownloadCompletedOutput) HashCode

func (m *DownloadCompletedOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.DownloadCompletedOutput.hashCode.

func (*DownloadCompletedOutput) ToString added in v0.0.8

func (m *DownloadCompletedOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.DownloadCompletedOutput.toString.

type DownloadCompletedOutputBuilder

type DownloadCompletedOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DownloadCompletedOutputBuilder wraps android.adservices.ondevicepersonalization.DownloadCompletedOutput$Builder.

func (*DownloadCompletedOutputBuilder) AddRetainedKey

func (m *DownloadCompletedOutputBuilder) AddRetainedKey(arg0 string) (*jni.Object, error)

AddRetainedKey calls android.adservices.ondevicepersonalization.DownloadCompletedOutput$Builder.addRetainedKey.

func (*DownloadCompletedOutputBuilder) Build

Build calls android.adservices.ondevicepersonalization.DownloadCompletedOutput$Builder.build.

func (*DownloadCompletedOutputBuilder) ToString added in v0.0.8

func (m *DownloadCompletedOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.DownloadCompletedOutput$Builder.toString.

type EventInput

type EventInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EventInput wraps android.adservices.ondevicepersonalization.EventInput.

func NewEventInput

func NewEventInput(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*EventInput, error)

NewEventInput creates a new android.adservices.ondevicepersonalization.EventInput instance.

func (*EventInput) Equals

func (m *EventInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.EventInput.equals.

func (*EventInput) GetParameters

func (m *EventInput) GetParameters() (*jni.Object, error)

GetParameters calls android.adservices.ondevicepersonalization.EventInput.getParameters.

func (*EventInput) GetRequestLogRecord

func (m *EventInput) GetRequestLogRecord() (*jni.Object, error)

GetRequestLogRecord calls android.adservices.ondevicepersonalization.EventInput.getRequestLogRecord.

func (*EventInput) HashCode

func (m *EventInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.EventInput.hashCode.

func (*EventInput) ToString added in v0.0.8

func (m *EventInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.EventInput.toString.

type EventLogRecord

type EventLogRecord struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EventLogRecord wraps android.adservices.ondevicepersonalization.EventLogRecord.

func (*EventLogRecord) DescribeContents

func (m *EventLogRecord) DescribeContents() (int32, error)

DescribeContents calls android.adservices.ondevicepersonalization.EventLogRecord.describeContents.

func (*EventLogRecord) Equals

func (m *EventLogRecord) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.EventLogRecord.equals.

func (*EventLogRecord) GetData

func (m *EventLogRecord) GetData() (*jni.Object, error)

GetData calls android.adservices.ondevicepersonalization.EventLogRecord.getData.

func (*EventLogRecord) GetRequestLogRecord

func (m *EventLogRecord) GetRequestLogRecord() (*jni.Object, error)

GetRequestLogRecord calls android.adservices.ondevicepersonalization.EventLogRecord.getRequestLogRecord.

func (*EventLogRecord) GetRowIndex

func (m *EventLogRecord) GetRowIndex() (int32, error)

GetRowIndex calls android.adservices.ondevicepersonalization.EventLogRecord.getRowIndex.

func (*EventLogRecord) GetTime

func (m *EventLogRecord) GetTime() (*jni.Object, error)

GetTime calls android.adservices.ondevicepersonalization.EventLogRecord.getTime.

func (*EventLogRecord) GetType

func (m *EventLogRecord) GetType() (int32, error)

GetType calls android.adservices.ondevicepersonalization.EventLogRecord.getType.

func (*EventLogRecord) HashCode

func (m *EventLogRecord) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.EventLogRecord.hashCode.

func (*EventLogRecord) ToString added in v0.0.8

func (m *EventLogRecord) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.EventLogRecord.toString.

func (*EventLogRecord) WriteToParcel

func (m *EventLogRecord) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.adservices.ondevicepersonalization.EventLogRecord.writeToParcel.

type EventLogRecordBuilder

type EventLogRecordBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EventLogRecordBuilder wraps android.adservices.ondevicepersonalization.EventLogRecord$Builder.

func (*EventLogRecordBuilder) Build

func (m *EventLogRecordBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.EventLogRecord$Builder.build.

func (*EventLogRecordBuilder) SetData

func (m *EventLogRecordBuilder) SetData(arg0 *jni.Object) (*jni.Object, error)

SetData calls android.adservices.ondevicepersonalization.EventLogRecord$Builder.setData.

func (*EventLogRecordBuilder) SetRequestLogRecord

func (m *EventLogRecordBuilder) SetRequestLogRecord(arg0 *jni.Object) (*jni.Object, error)

SetRequestLogRecord calls android.adservices.ondevicepersonalization.EventLogRecord$Builder.setRequestLogRecord.

func (*EventLogRecordBuilder) SetRowIndex

func (m *EventLogRecordBuilder) SetRowIndex(arg0 int32) (*jni.Object, error)

SetRowIndex calls android.adservices.ondevicepersonalization.EventLogRecord$Builder.setRowIndex.

func (*EventLogRecordBuilder) SetType

func (m *EventLogRecordBuilder) SetType(arg0 int32) (*jni.Object, error)

SetType calls android.adservices.ondevicepersonalization.EventLogRecord$Builder.setType.

func (*EventLogRecordBuilder) ToString added in v0.0.8

func (m *EventLogRecordBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.EventLogRecord$Builder.toString.

type EventOutput

type EventOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EventOutput wraps android.adservices.ondevicepersonalization.EventOutput.

func (*EventOutput) Equals

func (m *EventOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.EventOutput.equals.

func (*EventOutput) GetEventLogRecord

func (m *EventOutput) GetEventLogRecord() (*jni.Object, error)

GetEventLogRecord calls android.adservices.ondevicepersonalization.EventOutput.getEventLogRecord.

func (*EventOutput) HashCode

func (m *EventOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.EventOutput.hashCode.

func (*EventOutput) ToString added in v0.0.8

func (m *EventOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.EventOutput.toString.

type EventOutputBuilder

type EventOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EventOutputBuilder wraps android.adservices.ondevicepersonalization.EventOutput$Builder.

func (*EventOutputBuilder) Build

func (m *EventOutputBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.EventOutput$Builder.build.

func (*EventOutputBuilder) SetEventLogRecord

func (m *EventOutputBuilder) SetEventLogRecord(arg0 *jni.Object) (*jni.Object, error)

SetEventLogRecord calls android.adservices.ondevicepersonalization.EventOutput$Builder.setEventLogRecord.

func (*EventOutputBuilder) ToString added in v0.0.8

func (m *EventOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.EventOutput$Builder.toString.

type EventUrlProvider

type EventUrlProvider struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EventUrlProvider wraps android.adservices.ondevicepersonalization.EventUrlProvider.

func (*EventUrlProvider) CreateEventTrackingUrlWithRedirect

func (m *EventUrlProvider) CreateEventTrackingUrlWithRedirect(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

CreateEventTrackingUrlWithRedirect calls android.adservices.ondevicepersonalization.EventUrlProvider.createEventTrackingUrlWithRedirect.

func (*EventUrlProvider) CreateEventTrackingUrlWithResponse

func (m *EventUrlProvider) CreateEventTrackingUrlWithResponse(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) (*jni.Object, error)

CreateEventTrackingUrlWithResponse calls android.adservices.ondevicepersonalization.EventUrlProvider.createEventTrackingUrlWithResponse.

func (*EventUrlProvider) ToString added in v0.0.8

func (m *EventUrlProvider) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.EventUrlProvider.toString.

type ExecuteInIsolatedServiceRequest

type ExecuteInIsolatedServiceRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteInIsolatedServiceRequest wraps android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.

func (*ExecuteInIsolatedServiceRequest) Equals

func (m *ExecuteInIsolatedServiceRequest) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.equals.

func (*ExecuteInIsolatedServiceRequest) GetAppParams

func (m *ExecuteInIsolatedServiceRequest) GetAppParams() (*jni.Object, error)

GetAppParams calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.getAppParams.

func (*ExecuteInIsolatedServiceRequest) GetOutputSpec

func (m *ExecuteInIsolatedServiceRequest) GetOutputSpec() (*jni.Object, error)

GetOutputSpec calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.getOutputSpec.

func (*ExecuteInIsolatedServiceRequest) GetService

func (m *ExecuteInIsolatedServiceRequest) GetService() (*jni.Object, error)

GetService calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.getService.

func (*ExecuteInIsolatedServiceRequest) HashCode

func (m *ExecuteInIsolatedServiceRequest) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.hashCode.

func (*ExecuteInIsolatedServiceRequest) ToString added in v0.0.8

func (m *ExecuteInIsolatedServiceRequest) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.toString.

type ExecuteInIsolatedServiceRequestBuilder

type ExecuteInIsolatedServiceRequestBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteInIsolatedServiceRequestBuilder wraps android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$Builder.

func (*ExecuteInIsolatedServiceRequestBuilder) Build

Build calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$Builder.build.

func (*ExecuteInIsolatedServiceRequestBuilder) SetAppParams

func (m *ExecuteInIsolatedServiceRequestBuilder) SetAppParams(arg0 *jni.Object) (*jni.Object, error)

SetAppParams calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$Builder.setAppParams.

func (*ExecuteInIsolatedServiceRequestBuilder) SetOutputSpec

func (m *ExecuteInIsolatedServiceRequestBuilder) SetOutputSpec(arg0 *jni.Object) (*jni.Object, error)

SetOutputSpec calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$Builder.setOutputSpec.

func (*ExecuteInIsolatedServiceRequestBuilder) ToString added in v0.0.8

ToString calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$Builder.toString.

type ExecuteInIsolatedServiceRequestOutputSpec

type ExecuteInIsolatedServiceRequestOutputSpec struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteInIsolatedServiceRequestOutputSpec wraps android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$OutputSpec.

func (*ExecuteInIsolatedServiceRequestOutputSpec) BuildBestValueSpec

func (m *ExecuteInIsolatedServiceRequestOutputSpec) BuildBestValueSpec(arg0 int32) (*jni.Object, error)

BuildBestValueSpec calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$OutputSpec.buildBestValueSpec.

func (*ExecuteInIsolatedServiceRequestOutputSpec) GetMaxIntValue

func (m *ExecuteInIsolatedServiceRequestOutputSpec) GetMaxIntValue() (int32, error)

GetMaxIntValue calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$OutputSpec.getMaxIntValue.

func (*ExecuteInIsolatedServiceRequestOutputSpec) GetOutputType

GetOutputType calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$OutputSpec.getOutputType.

func (*ExecuteInIsolatedServiceRequestOutputSpec) ToString added in v0.0.8

ToString calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest$OutputSpec.toString.

type ExecuteInIsolatedServiceResponse

type ExecuteInIsolatedServiceResponse struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteInIsolatedServiceResponse wraps android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceResponse.

func NewExecuteInIsolatedServiceResponse

func NewExecuteInIsolatedServiceResponse(vm *jni.VM, arg0 *jni.Object, arg1 int32) (*ExecuteInIsolatedServiceResponse, error)

NewExecuteInIsolatedServiceResponse creates a new android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceResponse instance.

func (*ExecuteInIsolatedServiceResponse) GetBestValue

func (m *ExecuteInIsolatedServiceResponse) GetBestValue() (int32, error)

GetBestValue calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceResponse.getBestValue.

func (*ExecuteInIsolatedServiceResponse) GetSurfacePackageToken

func (m *ExecuteInIsolatedServiceResponse) GetSurfacePackageToken() (*jni.Object, error)

GetSurfacePackageToken calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceResponse.getSurfacePackageToken.

func (*ExecuteInIsolatedServiceResponse) ToString added in v0.0.8

ToString calls android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceResponse.toString.

type ExecuteInput

type ExecuteInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteInput wraps android.adservices.ondevicepersonalization.ExecuteInput.

func NewExecuteInput

func NewExecuteInput(vm *jni.VM, arg0 string, arg1 *jni.Object) (*ExecuteInput, error)

NewExecuteInput creates a new android.adservices.ondevicepersonalization.ExecuteInput instance.

func (*ExecuteInput) GetAppPackageName

func (m *ExecuteInput) GetAppPackageName() (string, error)

GetAppPackageName calls android.adservices.ondevicepersonalization.ExecuteInput.getAppPackageName.

func (*ExecuteInput) GetAppParams

func (m *ExecuteInput) GetAppParams() (*jni.Object, error)

GetAppParams calls android.adservices.ondevicepersonalization.ExecuteInput.getAppParams.

func (*ExecuteInput) ToString added in v0.0.8

func (m *ExecuteInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.ExecuteInput.toString.

type ExecuteOutput

type ExecuteOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteOutput wraps android.adservices.ondevicepersonalization.ExecuteOutput.

func (*ExecuteOutput) Equals

func (m *ExecuteOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.ExecuteOutput.equals.

func (*ExecuteOutput) GetBestValue

func (m *ExecuteOutput) GetBestValue() (int32, error)

GetBestValue calls android.adservices.ondevicepersonalization.ExecuteOutput.getBestValue.

func (*ExecuteOutput) GetEventLogRecords added in v0.0.8

func (m *ExecuteOutput) GetEventLogRecords() (*jni.Object, error)

GetEventLogRecords calls android.adservices.ondevicepersonalization.ExecuteOutput.getEventLogRecords.

func (*ExecuteOutput) GetOutputData

func (m *ExecuteOutput) GetOutputData() (*jni.Object, error)

GetOutputData calls android.adservices.ondevicepersonalization.ExecuteOutput.getOutputData.

func (*ExecuteOutput) GetRenderingConfig

func (m *ExecuteOutput) GetRenderingConfig() (*jni.Object, error)

GetRenderingConfig calls android.adservices.ondevicepersonalization.ExecuteOutput.getRenderingConfig.

func (*ExecuteOutput) GetRequestLogRecord

func (m *ExecuteOutput) GetRequestLogRecord() (*jni.Object, error)

GetRequestLogRecord calls android.adservices.ondevicepersonalization.ExecuteOutput.getRequestLogRecord.

func (*ExecuteOutput) HashCode

func (m *ExecuteOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.ExecuteOutput.hashCode.

func (*ExecuteOutput) ToString added in v0.0.8

func (m *ExecuteOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.ExecuteOutput.toString.

type ExecuteOutputBuilder

type ExecuteOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExecuteOutputBuilder wraps android.adservices.ondevicepersonalization.ExecuteOutput$Builder.

func (*ExecuteOutputBuilder) AddEventLogRecord

func (m *ExecuteOutputBuilder) AddEventLogRecord(arg0 *jni.Object) (*jni.Object, error)

AddEventLogRecord calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.addEventLogRecord.

func (*ExecuteOutputBuilder) Build

func (m *ExecuteOutputBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.build.

func (*ExecuteOutputBuilder) SetBestValue

func (m *ExecuteOutputBuilder) SetBestValue(arg0 int32) (*jni.Object, error)

SetBestValue calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.setBestValue.

func (*ExecuteOutputBuilder) SetOutputData

func (m *ExecuteOutputBuilder) SetOutputData(arg0 *jni.Object) (*jni.Object, error)

SetOutputData calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.setOutputData.

func (*ExecuteOutputBuilder) SetRenderingConfig

func (m *ExecuteOutputBuilder) SetRenderingConfig(arg0 *jni.Object) (*jni.Object, error)

SetRenderingConfig calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.setRenderingConfig.

func (*ExecuteOutputBuilder) SetRequestLogRecord

func (m *ExecuteOutputBuilder) SetRequestLogRecord(arg0 *jni.Object) (*jni.Object, error)

SetRequestLogRecord calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.setRequestLogRecord.

func (*ExecuteOutputBuilder) ToString added in v0.0.8

func (m *ExecuteOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.ExecuteOutput$Builder.toString.

type FederatedComputeInput

type FederatedComputeInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FederatedComputeInput wraps android.adservices.ondevicepersonalization.FederatedComputeInput.

func (*FederatedComputeInput) Equals

func (m *FederatedComputeInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.FederatedComputeInput.equals.

func (*FederatedComputeInput) GetPopulationName

func (m *FederatedComputeInput) GetPopulationName() (string, error)

GetPopulationName calls android.adservices.ondevicepersonalization.FederatedComputeInput.getPopulationName.

func (*FederatedComputeInput) HashCode

func (m *FederatedComputeInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.FederatedComputeInput.hashCode.

func (*FederatedComputeInput) ToString added in v0.0.8

func (m *FederatedComputeInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.FederatedComputeInput.toString.

type FederatedComputeInputBuilder

type FederatedComputeInputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FederatedComputeInputBuilder wraps android.adservices.ondevicepersonalization.FederatedComputeInput$Builder.

func (*FederatedComputeInputBuilder) Build

Build calls android.adservices.ondevicepersonalization.FederatedComputeInput$Builder.build.

func (*FederatedComputeInputBuilder) SetPopulationName

func (m *FederatedComputeInputBuilder) SetPopulationName(arg0 string) (*jni.Object, error)

SetPopulationName calls android.adservices.ondevicepersonalization.FederatedComputeInput$Builder.setPopulationName.

func (*FederatedComputeInputBuilder) ToString added in v0.0.8

func (m *FederatedComputeInputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.FederatedComputeInput$Builder.toString.

type FederatedComputeScheduler

type FederatedComputeScheduler struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FederatedComputeScheduler wraps android.adservices.ondevicepersonalization.FederatedComputeScheduler.

func (*FederatedComputeScheduler) Cancel

func (m *FederatedComputeScheduler) Cancel(arg0 *jni.Object) error

Cancel calls android.adservices.ondevicepersonalization.FederatedComputeScheduler.cancel.

func (*FederatedComputeScheduler) Schedule

func (m *FederatedComputeScheduler) Schedule(arg0 *jni.Object, arg1 *jni.Object) error

Schedule calls android.adservices.ondevicepersonalization.FederatedComputeScheduler.schedule.

func (*FederatedComputeScheduler) ToString added in v0.0.8

func (m *FederatedComputeScheduler) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.FederatedComputeScheduler.toString.

type FederatedComputeSchedulerParams

type FederatedComputeSchedulerParams struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FederatedComputeSchedulerParams wraps android.adservices.ondevicepersonalization.FederatedComputeScheduler$Params.

func (*FederatedComputeSchedulerParams) GetTrainingInterval

func (m *FederatedComputeSchedulerParams) GetTrainingInterval() (*jni.Object, error)

GetTrainingInterval calls android.adservices.ondevicepersonalization.FederatedComputeScheduler$Params.getTrainingInterval.

func (*FederatedComputeSchedulerParams) ToString added in v0.0.8

func (m *FederatedComputeSchedulerParams) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.FederatedComputeScheduler$Params.toString.

type InferenceInput

type InferenceInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InferenceInput wraps android.adservices.ondevicepersonalization.InferenceInput.

func (*InferenceInput) Equals

func (m *InferenceInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.InferenceInput.equals.

func (*InferenceInput) GetBatchSize

func (m *InferenceInput) GetBatchSize() (int32, error)

GetBatchSize calls android.adservices.ondevicepersonalization.InferenceInput.getBatchSize.

func (*InferenceInput) GetExpectedOutputStructure

func (m *InferenceInput) GetExpectedOutputStructure() (*jni.Object, error)

GetExpectedOutputStructure calls android.adservices.ondevicepersonalization.InferenceInput.getExpectedOutputStructure.

func (*InferenceInput) GetInputData

func (m *InferenceInput) GetInputData() (*jni.Object, error)

GetInputData calls android.adservices.ondevicepersonalization.InferenceInput.getInputData.

func (*InferenceInput) GetParams

func (m *InferenceInput) GetParams() (*jni.Object, error)

GetParams calls android.adservices.ondevicepersonalization.InferenceInput.getParams.

func (*InferenceInput) HashCode

func (m *InferenceInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.InferenceInput.hashCode.

func (*InferenceInput) ToString added in v0.0.8

func (m *InferenceInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.InferenceInput.toString.

type InferenceInputBuilder

type InferenceInputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InferenceInputBuilder wraps android.adservices.ondevicepersonalization.InferenceInput$Builder.

func (*InferenceInputBuilder) Build

func (m *InferenceInputBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.InferenceInput$Builder.build.

func (*InferenceInputBuilder) SetBatchSize

func (m *InferenceInputBuilder) SetBatchSize(arg0 int32) (*jni.Object, error)

SetBatchSize calls android.adservices.ondevicepersonalization.InferenceInput$Builder.setBatchSize.

func (*InferenceInputBuilder) SetExpectedOutputStructure

func (m *InferenceInputBuilder) SetExpectedOutputStructure(arg0 *jni.Object) (*jni.Object, error)

SetExpectedOutputStructure calls android.adservices.ondevicepersonalization.InferenceInput$Builder.setExpectedOutputStructure.

func (*InferenceInputBuilder) SetInputData

func (m *InferenceInputBuilder) SetInputData(arg0 *jni.Object) (*jni.Object, error)

SetInputData calls android.adservices.ondevicepersonalization.InferenceInput$Builder.setInputData.

func (*InferenceInputBuilder) SetParams

func (m *InferenceInputBuilder) SetParams(arg0 *jni.Object) (*jni.Object, error)

SetParams calls android.adservices.ondevicepersonalization.InferenceInput$Builder.setParams.

func (*InferenceInputBuilder) ToString added in v0.0.8

func (m *InferenceInputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.InferenceInput$Builder.toString.

type InferenceInputParams

type InferenceInputParams struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InferenceInputParams wraps android.adservices.ondevicepersonalization.InferenceInput$Params.

func (*InferenceInputParams) Equals

func (m *InferenceInputParams) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.InferenceInput$Params.equals.

func (*InferenceInputParams) GetDelegateType

func (m *InferenceInputParams) GetDelegateType() (int32, error)

GetDelegateType calls android.adservices.ondevicepersonalization.InferenceInput$Params.getDelegateType.

func (*InferenceInputParams) GetKeyValueStore

func (m *InferenceInputParams) GetKeyValueStore() (*jni.Object, error)

GetKeyValueStore calls android.adservices.ondevicepersonalization.InferenceInput$Params.getKeyValueStore.

func (*InferenceInputParams) GetModelKey

func (m *InferenceInputParams) GetModelKey() (string, error)

GetModelKey calls android.adservices.ondevicepersonalization.InferenceInput$Params.getModelKey.

func (*InferenceInputParams) GetModelType

func (m *InferenceInputParams) GetModelType() (int32, error)

GetModelType calls android.adservices.ondevicepersonalization.InferenceInput$Params.getModelType.

func (*InferenceInputParams) GetRecommendedNumThreads

func (m *InferenceInputParams) GetRecommendedNumThreads() (int32, error)

GetRecommendedNumThreads calls android.adservices.ondevicepersonalization.InferenceInput$Params.getRecommendedNumThreads.

func (*InferenceInputParams) HashCode

func (m *InferenceInputParams) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.InferenceInput$Params.hashCode.

func (*InferenceInputParams) ToString added in v0.0.8

func (m *InferenceInputParams) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.InferenceInput$Params.toString.

type InferenceOutput

type InferenceOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InferenceOutput wraps android.adservices.ondevicepersonalization.InferenceOutput.

func (*InferenceOutput) Equals

func (m *InferenceOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.InferenceOutput.equals.

func (*InferenceOutput) HashCode

func (m *InferenceOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.InferenceOutput.hashCode.

func (*InferenceOutput) ToString added in v0.0.8

func (m *InferenceOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.InferenceOutput.toString.

type InferenceOutputBuilder

type InferenceOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InferenceOutputBuilder wraps android.adservices.ondevicepersonalization.InferenceOutput$Builder.

func (*InferenceOutputBuilder) AddDataOutput

func (m *InferenceOutputBuilder) AddDataOutput(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

AddDataOutput calls android.adservices.ondevicepersonalization.InferenceOutput$Builder.addDataOutput.

func (*InferenceOutputBuilder) Build

func (m *InferenceOutputBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.InferenceOutput$Builder.build.

func (*InferenceOutputBuilder) ToString added in v0.0.8

func (m *InferenceOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.InferenceOutput$Builder.toString.

type IsolatedService

type IsolatedService struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IsolatedService wraps android.adservices.ondevicepersonalization.IsolatedService.

func (*IsolatedService) GetEventUrlProvider

func (m *IsolatedService) GetEventUrlProvider(arg0 *jni.Object) (*jni.Object, error)

GetEventUrlProvider calls android.adservices.ondevicepersonalization.IsolatedService.getEventUrlProvider.

func (*IsolatedService) GetFederatedComputeScheduler

func (m *IsolatedService) GetFederatedComputeScheduler(arg0 *jni.Object) (*jni.Object, error)

GetFederatedComputeScheduler calls android.adservices.ondevicepersonalization.IsolatedService.getFederatedComputeScheduler.

func (*IsolatedService) GetLocalData

func (m *IsolatedService) GetLocalData(arg0 *jni.Object) (*jni.Object, error)

GetLocalData calls android.adservices.ondevicepersonalization.IsolatedService.getLocalData.

func (*IsolatedService) GetLogReader

func (m *IsolatedService) GetLogReader(arg0 *jni.Object) (*jni.Object, error)

GetLogReader calls android.adservices.ondevicepersonalization.IsolatedService.getLogReader.

func (*IsolatedService) GetModelManager

func (m *IsolatedService) GetModelManager(arg0 *jni.Object) (*jni.Object, error)

GetModelManager calls android.adservices.ondevicepersonalization.IsolatedService.getModelManager.

func (*IsolatedService) GetRemoteData

func (m *IsolatedService) GetRemoteData(arg0 *jni.Object) (*jni.Object, error)

GetRemoteData calls android.adservices.ondevicepersonalization.IsolatedService.getRemoteData.

func (*IsolatedService) GetUserData

func (m *IsolatedService) GetUserData(arg0 *jni.Object) (*jni.Object, error)

GetUserData calls android.adservices.ondevicepersonalization.IsolatedService.getUserData.

func (*IsolatedService) OnBind

func (m *IsolatedService) OnBind(arg0 *jni.Object) (*jni.Object, error)

OnBind calls android.adservices.ondevicepersonalization.IsolatedService.onBind.

func (*IsolatedService) OnCreate

func (m *IsolatedService) OnCreate() error

OnCreate calls android.adservices.ondevicepersonalization.IsolatedService.onCreate.

func (*IsolatedService) OnRequest

func (m *IsolatedService) OnRequest(arg0 *jni.Object) (*jni.Object, error)

OnRequest calls android.adservices.ondevicepersonalization.IsolatedService.onRequest.

func (*IsolatedService) ToString added in v0.0.8

func (m *IsolatedService) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.IsolatedService.toString.

type IsolatedServiceException

type IsolatedServiceException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IsolatedServiceException wraps android.adservices.ondevicepersonalization.IsolatedServiceException.

func NewIsolatedServiceException

func NewIsolatedServiceException(vm *jni.VM, arg0 int32) (*IsolatedServiceException, error)

NewIsolatedServiceException creates a new android.adservices.ondevicepersonalization.IsolatedServiceException instance.

func (*IsolatedServiceException) GetErrorCode

func (m *IsolatedServiceException) GetErrorCode() (int32, error)

GetErrorCode calls android.adservices.ondevicepersonalization.IsolatedServiceException.getErrorCode.

func (*IsolatedServiceException) ToString added in v0.0.8

func (m *IsolatedServiceException) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.IsolatedServiceException.toString.

type IsolatedWorker added in v0.0.8

type IsolatedWorker struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IsolatedWorker wraps android.adservices.ondevicepersonalization.IsolatedWorker.

func (*IsolatedWorker) ToString added in v0.0.8

func (m *IsolatedWorker) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.IsolatedWorker.toString.

type KeyValueStore

type KeyValueStore struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyValueStore wraps android.adservices.ondevicepersonalization.KeyValueStore.

func (*KeyValueStore) Get

func (m *KeyValueStore) Get(arg0 string) (*jni.Object, error)

Get calls android.adservices.ondevicepersonalization.KeyValueStore.get.

func (*KeyValueStore) KeySet added in v0.0.8

func (m *KeyValueStore) KeySet() (*jni.Object, error)

KeySet calls android.adservices.ondevicepersonalization.KeyValueStore.keySet.

func (*KeyValueStore) ToString added in v0.0.8

func (m *KeyValueStore) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.KeyValueStore.toString.

type LogReader added in v0.0.8

type LogReader struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LogReader wraps android.adservices.ondevicepersonalization.LogReader.

func (*LogReader) GetJoinedEvents added in v0.0.8

func (m *LogReader) GetJoinedEvents(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

GetJoinedEvents calls android.adservices.ondevicepersonalization.LogReader.getJoinedEvents.

func (*LogReader) GetRequests added in v0.0.8

func (m *LogReader) GetRequests(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

GetRequests calls android.adservices.ondevicepersonalization.LogReader.getRequests.

func (*LogReader) ToString added in v0.0.8

func (m *LogReader) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.LogReader.toString.

type ModelManager added in v0.0.8

type ModelManager struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ModelManager wraps android.adservices.ondevicepersonalization.ModelManager.

func (*ModelManager) ToString added in v0.0.8

func (m *ModelManager) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.ModelManager.toString.

type MutableKeyValueStore

type MutableKeyValueStore struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MutableKeyValueStore wraps android.adservices.ondevicepersonalization.MutableKeyValueStore.

func (*MutableKeyValueStore) Put

func (m *MutableKeyValueStore) Put(arg0 string, arg1 *jni.Object) (*jni.Object, error)

Put calls android.adservices.ondevicepersonalization.MutableKeyValueStore.put.

func (*MutableKeyValueStore) Remove

func (m *MutableKeyValueStore) Remove(arg0 string) (*jni.Object, error)

Remove calls android.adservices.ondevicepersonalization.MutableKeyValueStore.remove.

func (*MutableKeyValueStore) ToString added in v0.0.8

func (m *MutableKeyValueStore) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.MutableKeyValueStore.toString.

type OnDevicePersonalizationException

type OnDevicePersonalizationException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OnDevicePersonalizationException wraps android.adservices.ondevicepersonalization.OnDevicePersonalizationException.

func (*OnDevicePersonalizationException) GetErrorCode

func (m *OnDevicePersonalizationException) GetErrorCode() (int32, error)

GetErrorCode calls android.adservices.ondevicepersonalization.OnDevicePersonalizationException.getErrorCode.

func (*OnDevicePersonalizationException) ToString added in v0.0.8

ToString calls android.adservices.ondevicepersonalization.OnDevicePersonalizationException.toString.

type OnDevicePersonalizationManager added in v0.0.8

type OnDevicePersonalizationManager struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OnDevicePersonalizationManager wraps android.adservices.ondevicepersonalization.OnDevicePersonalizationManager.

func (*OnDevicePersonalizationManager) ToString added in v0.0.8

func (m *OnDevicePersonalizationManager) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.OnDevicePersonalizationManager.toString.

type OnDevicePersonalizationManagerExecuteResult

type OnDevicePersonalizationManagerExecuteResult struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OnDevicePersonalizationManagerExecuteResult wraps android.adservices.ondevicepersonalization.OnDevicePersonalizationManager$ExecuteResult.

func (*OnDevicePersonalizationManagerExecuteResult) GetOutputData

GetOutputData calls android.adservices.ondevicepersonalization.OnDevicePersonalizationManager$ExecuteResult.getOutputData.

func (*OnDevicePersonalizationManagerExecuteResult) GetSurfacePackageToken

func (m *OnDevicePersonalizationManagerExecuteResult) GetSurfacePackageToken() (*jni.Object, error)

GetSurfacePackageToken calls android.adservices.ondevicepersonalization.OnDevicePersonalizationManager$ExecuteResult.getSurfacePackageToken.

func (*OnDevicePersonalizationManagerExecuteResult) ToString added in v0.0.8

ToString calls android.adservices.ondevicepersonalization.OnDevicePersonalizationManager$ExecuteResult.toString.

type RenderInput

type RenderInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderInput wraps android.adservices.ondevicepersonalization.RenderInput.

func NewRenderInput

func NewRenderInput(vm *jni.VM, arg0 int32, arg1 int32, arg2 *jni.Object) (*RenderInput, error)

NewRenderInput creates a new android.adservices.ondevicepersonalization.RenderInput instance.

func (*RenderInput) Equals

func (m *RenderInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.RenderInput.equals.

func (*RenderInput) GetHeight

func (m *RenderInput) GetHeight() (int32, error)

GetHeight calls android.adservices.ondevicepersonalization.RenderInput.getHeight.

func (*RenderInput) GetRenderingConfig

func (m *RenderInput) GetRenderingConfig() (*jni.Object, error)

GetRenderingConfig calls android.adservices.ondevicepersonalization.RenderInput.getRenderingConfig.

func (*RenderInput) GetWidth

func (m *RenderInput) GetWidth() (int32, error)

GetWidth calls android.adservices.ondevicepersonalization.RenderInput.getWidth.

func (*RenderInput) HashCode

func (m *RenderInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.RenderInput.hashCode.

func (*RenderInput) ToString added in v0.0.8

func (m *RenderInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RenderInput.toString.

type RenderOutput

type RenderOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderOutput wraps android.adservices.ondevicepersonalization.RenderOutput.

func (*RenderOutput) Equals

func (m *RenderOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.RenderOutput.equals.

func (*RenderOutput) GetContent

func (m *RenderOutput) GetContent() (string, error)

GetContent calls android.adservices.ondevicepersonalization.RenderOutput.getContent.

func (*RenderOutput) GetTemplateId

func (m *RenderOutput) GetTemplateId() (string, error)

GetTemplateId calls android.adservices.ondevicepersonalization.RenderOutput.getTemplateId.

func (*RenderOutput) GetTemplateParams

func (m *RenderOutput) GetTemplateParams() (*jni.Object, error)

GetTemplateParams calls android.adservices.ondevicepersonalization.RenderOutput.getTemplateParams.

func (*RenderOutput) HashCode

func (m *RenderOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.RenderOutput.hashCode.

func (*RenderOutput) ToString added in v0.0.8

func (m *RenderOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RenderOutput.toString.

type RenderOutputBuilder

type RenderOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderOutputBuilder wraps android.adservices.ondevicepersonalization.RenderOutput$Builder.

func (*RenderOutputBuilder) Build

func (m *RenderOutputBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.RenderOutput$Builder.build.

func (*RenderOutputBuilder) SetContent

func (m *RenderOutputBuilder) SetContent(arg0 string) (*jni.Object, error)

SetContent calls android.adservices.ondevicepersonalization.RenderOutput$Builder.setContent.

func (*RenderOutputBuilder) SetTemplateId

func (m *RenderOutputBuilder) SetTemplateId(arg0 string) (*jni.Object, error)

SetTemplateId calls android.adservices.ondevicepersonalization.RenderOutput$Builder.setTemplateId.

func (*RenderOutputBuilder) SetTemplateParams

func (m *RenderOutputBuilder) SetTemplateParams(arg0 *jni.Object) (*jni.Object, error)

SetTemplateParams calls android.adservices.ondevicepersonalization.RenderOutput$Builder.setTemplateParams.

func (*RenderOutputBuilder) ToString added in v0.0.8

func (m *RenderOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RenderOutput$Builder.toString.

type RenderingConfig

type RenderingConfig struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderingConfig wraps android.adservices.ondevicepersonalization.RenderingConfig.

func (*RenderingConfig) DescribeContents

func (m *RenderingConfig) DescribeContents() (int32, error)

DescribeContents calls android.adservices.ondevicepersonalization.RenderingConfig.describeContents.

func (*RenderingConfig) Equals

func (m *RenderingConfig) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.RenderingConfig.equals.

func (*RenderingConfig) GetKeys added in v0.0.8

func (m *RenderingConfig) GetKeys() (*jni.Object, error)

GetKeys calls android.adservices.ondevicepersonalization.RenderingConfig.getKeys.

func (*RenderingConfig) HashCode

func (m *RenderingConfig) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.RenderingConfig.hashCode.

func (*RenderingConfig) ToString added in v0.0.8

func (m *RenderingConfig) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RenderingConfig.toString.

func (*RenderingConfig) WriteToParcel

func (m *RenderingConfig) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.adservices.ondevicepersonalization.RenderingConfig.writeToParcel.

type RenderingConfigBuilder

type RenderingConfigBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderingConfigBuilder wraps android.adservices.ondevicepersonalization.RenderingConfig$Builder.

func (*RenderingConfigBuilder) AddKey

func (m *RenderingConfigBuilder) AddKey(arg0 string) (*jni.Object, error)

AddKey calls android.adservices.ondevicepersonalization.RenderingConfig$Builder.addKey.

func (*RenderingConfigBuilder) Build

func (m *RenderingConfigBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.RenderingConfig$Builder.build.

func (*RenderingConfigBuilder) ToString added in v0.0.8

func (m *RenderingConfigBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RenderingConfig$Builder.toString.

type RequestLogRecord

type RequestLogRecord struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RequestLogRecord wraps android.adservices.ondevicepersonalization.RequestLogRecord.

func (*RequestLogRecord) DescribeContents

func (m *RequestLogRecord) DescribeContents() (int32, error)

DescribeContents calls android.adservices.ondevicepersonalization.RequestLogRecord.describeContents.

func (*RequestLogRecord) Equals

func (m *RequestLogRecord) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.RequestLogRecord.equals.

func (*RequestLogRecord) GetRows added in v0.0.8

func (m *RequestLogRecord) GetRows() (*jni.Object, error)

GetRows calls android.adservices.ondevicepersonalization.RequestLogRecord.getRows.

func (*RequestLogRecord) GetTime

func (m *RequestLogRecord) GetTime() (*jni.Object, error)

GetTime calls android.adservices.ondevicepersonalization.RequestLogRecord.getTime.

func (*RequestLogRecord) HashCode

func (m *RequestLogRecord) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.RequestLogRecord.hashCode.

func (*RequestLogRecord) ToString added in v0.0.8

func (m *RequestLogRecord) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RequestLogRecord.toString.

func (*RequestLogRecord) WriteToParcel

func (m *RequestLogRecord) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.adservices.ondevicepersonalization.RequestLogRecord.writeToParcel.

type RequestLogRecordBuilder

type RequestLogRecordBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RequestLogRecordBuilder wraps android.adservices.ondevicepersonalization.RequestLogRecord$Builder.

func (*RequestLogRecordBuilder) AddRow

func (m *RequestLogRecordBuilder) AddRow(arg0 *jni.Object) (*jni.Object, error)

AddRow calls android.adservices.ondevicepersonalization.RequestLogRecord$Builder.addRow.

func (*RequestLogRecordBuilder) Build

func (m *RequestLogRecordBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.RequestLogRecord$Builder.build.

func (*RequestLogRecordBuilder) ToString added in v0.0.8

func (m *RequestLogRecordBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RequestLogRecord$Builder.toString.

type RequestToken added in v0.0.8

type RequestToken struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RequestToken wraps android.adservices.ondevicepersonalization.RequestToken.

func (*RequestToken) ToString added in v0.0.8

func (m *RequestToken) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.RequestToken.toString.

type SurfacePackageToken added in v0.0.8

type SurfacePackageToken struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfacePackageToken wraps android.adservices.ondevicepersonalization.SurfacePackageToken.

func (*SurfacePackageToken) ToString added in v0.0.8

func (m *SurfacePackageToken) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.SurfacePackageToken.toString.

type TrainingExampleRecord

type TrainingExampleRecord struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingExampleRecord wraps android.adservices.ondevicepersonalization.TrainingExampleRecord.

func (*TrainingExampleRecord) DescribeContents

func (m *TrainingExampleRecord) DescribeContents() (int32, error)

DescribeContents calls android.adservices.ondevicepersonalization.TrainingExampleRecord.describeContents.

func (*TrainingExampleRecord) GetResumptionToken

func (m *TrainingExampleRecord) GetResumptionToken() (*jni.Object, error)

GetResumptionToken calls android.adservices.ondevicepersonalization.TrainingExampleRecord.getResumptionToken.

func (*TrainingExampleRecord) GetTrainingExample

func (m *TrainingExampleRecord) GetTrainingExample() (*jni.Object, error)

GetTrainingExample calls android.adservices.ondevicepersonalization.TrainingExampleRecord.getTrainingExample.

func (*TrainingExampleRecord) ToString added in v0.0.8

func (m *TrainingExampleRecord) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingExampleRecord.toString.

func (*TrainingExampleRecord) WriteToParcel

func (m *TrainingExampleRecord) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.adservices.ondevicepersonalization.TrainingExampleRecord.writeToParcel.

type TrainingExampleRecordBuilder

type TrainingExampleRecordBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingExampleRecordBuilder wraps android.adservices.ondevicepersonalization.TrainingExampleRecord$Builder.

func (*TrainingExampleRecordBuilder) Build

Build calls android.adservices.ondevicepersonalization.TrainingExampleRecord$Builder.build.

func (*TrainingExampleRecordBuilder) SetResumptionToken

func (m *TrainingExampleRecordBuilder) SetResumptionToken(arg0 *jni.Object) (*jni.Object, error)

SetResumptionToken calls android.adservices.ondevicepersonalization.TrainingExampleRecord$Builder.setResumptionToken.

func (*TrainingExampleRecordBuilder) SetTrainingExample

func (m *TrainingExampleRecordBuilder) SetTrainingExample(arg0 *jni.Object) (*jni.Object, error)

SetTrainingExample calls android.adservices.ondevicepersonalization.TrainingExampleRecord$Builder.setTrainingExample.

func (*TrainingExampleRecordBuilder) ToString added in v0.0.8

func (m *TrainingExampleRecordBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingExampleRecord$Builder.toString.

type TrainingExamplesInput

type TrainingExamplesInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingExamplesInput wraps android.adservices.ondevicepersonalization.TrainingExamplesInput.

func NewTrainingExamplesInput

func NewTrainingExamplesInput(vm *jni.VM, arg0 string, arg1 string, arg2 *jni.Object, arg3 string) (*TrainingExamplesInput, error)

NewTrainingExamplesInput creates a new android.adservices.ondevicepersonalization.TrainingExamplesInput instance.

func (*TrainingExamplesInput) Equals

func (m *TrainingExamplesInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.TrainingExamplesInput.equals.

func (*TrainingExamplesInput) GetCollectionName

func (m *TrainingExamplesInput) GetCollectionName() (string, error)

GetCollectionName calls android.adservices.ondevicepersonalization.TrainingExamplesInput.getCollectionName.

func (*TrainingExamplesInput) GetPopulationName

func (m *TrainingExamplesInput) GetPopulationName() (string, error)

GetPopulationName calls android.adservices.ondevicepersonalization.TrainingExamplesInput.getPopulationName.

func (*TrainingExamplesInput) GetResumptionToken

func (m *TrainingExamplesInput) GetResumptionToken() (*jni.Object, error)

GetResumptionToken calls android.adservices.ondevicepersonalization.TrainingExamplesInput.getResumptionToken.

func (*TrainingExamplesInput) GetTaskName

func (m *TrainingExamplesInput) GetTaskName() (string, error)

GetTaskName calls android.adservices.ondevicepersonalization.TrainingExamplesInput.getTaskName.

func (*TrainingExamplesInput) HashCode

func (m *TrainingExamplesInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.TrainingExamplesInput.hashCode.

func (*TrainingExamplesInput) ToString added in v0.0.8

func (m *TrainingExamplesInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingExamplesInput.toString.

type TrainingExamplesOutput

type TrainingExamplesOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingExamplesOutput wraps android.adservices.ondevicepersonalization.TrainingExamplesOutput.

func (*TrainingExamplesOutput) Equals

func (m *TrainingExamplesOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.TrainingExamplesOutput.equals.

func (*TrainingExamplesOutput) GetTrainingExampleRecords added in v0.0.8

func (m *TrainingExamplesOutput) GetTrainingExampleRecords() (*jni.Object, error)

GetTrainingExampleRecords calls android.adservices.ondevicepersonalization.TrainingExamplesOutput.getTrainingExampleRecords.

func (*TrainingExamplesOutput) HashCode

func (m *TrainingExamplesOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.TrainingExamplesOutput.hashCode.

func (*TrainingExamplesOutput) ToString added in v0.0.8

func (m *TrainingExamplesOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingExamplesOutput.toString.

type TrainingExamplesOutputBuilder

type TrainingExamplesOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingExamplesOutputBuilder wraps android.adservices.ondevicepersonalization.TrainingExamplesOutput$Builder.

func (*TrainingExamplesOutputBuilder) AddTrainingExampleRecord

func (m *TrainingExamplesOutputBuilder) AddTrainingExampleRecord(arg0 *jni.Object) (*jni.Object, error)

AddTrainingExampleRecord calls android.adservices.ondevicepersonalization.TrainingExamplesOutput$Builder.addTrainingExampleRecord.

func (*TrainingExamplesOutputBuilder) Build

Build calls android.adservices.ondevicepersonalization.TrainingExamplesOutput$Builder.build.

func (*TrainingExamplesOutputBuilder) ToString added in v0.0.8

func (m *TrainingExamplesOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingExamplesOutput$Builder.toString.

type TrainingInterval

type TrainingInterval struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingInterval wraps android.adservices.ondevicepersonalization.TrainingInterval.

func (*TrainingInterval) Equals

func (m *TrainingInterval) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.TrainingInterval.equals.

func (*TrainingInterval) GetMinimumInterval

func (m *TrainingInterval) GetMinimumInterval() (*jni.Object, error)

GetMinimumInterval calls android.adservices.ondevicepersonalization.TrainingInterval.getMinimumInterval.

func (*TrainingInterval) GetSchedulingMode

func (m *TrainingInterval) GetSchedulingMode() (int32, error)

GetSchedulingMode calls android.adservices.ondevicepersonalization.TrainingInterval.getSchedulingMode.

func (*TrainingInterval) HashCode

func (m *TrainingInterval) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.TrainingInterval.hashCode.

func (*TrainingInterval) ToString added in v0.0.8

func (m *TrainingInterval) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingInterval.toString.

type TrainingIntervalBuilder

type TrainingIntervalBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TrainingIntervalBuilder wraps android.adservices.ondevicepersonalization.TrainingInterval$Builder.

func (*TrainingIntervalBuilder) Build

func (m *TrainingIntervalBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.TrainingInterval$Builder.build.

func (*TrainingIntervalBuilder) SetMinimumInterval

func (m *TrainingIntervalBuilder) SetMinimumInterval(arg0 *jni.Object) (*jni.Object, error)

SetMinimumInterval calls android.adservices.ondevicepersonalization.TrainingInterval$Builder.setMinimumInterval.

func (*TrainingIntervalBuilder) SetSchedulingMode

func (m *TrainingIntervalBuilder) SetSchedulingMode(arg0 int32) (*jni.Object, error)

SetSchedulingMode calls android.adservices.ondevicepersonalization.TrainingInterval$Builder.setSchedulingMode.

func (*TrainingIntervalBuilder) ToString added in v0.0.8

func (m *TrainingIntervalBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.TrainingInterval$Builder.toString.

type UserData

type UserData struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UserData wraps android.adservices.ondevicepersonalization.UserData.

func (*UserData) DescribeContents

func (m *UserData) DescribeContents() (int32, error)

DescribeContents calls android.adservices.ondevicepersonalization.UserData.describeContents.

func (*UserData) Equals

func (m *UserData) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.UserData.equals.

func (*UserData) GetAvailableStorageBytes

func (m *UserData) GetAvailableStorageBytes() (int64, error)

GetAvailableStorageBytes calls android.adservices.ondevicepersonalization.UserData.getAvailableStorageBytes.

func (*UserData) GetBatteryPercentage

func (m *UserData) GetBatteryPercentage() (int32, error)

GetBatteryPercentage calls android.adservices.ondevicepersonalization.UserData.getBatteryPercentage.

func (*UserData) GetCarrier

func (m *UserData) GetCarrier() (string, error)

GetCarrier calls android.adservices.ondevicepersonalization.UserData.getCarrier.

func (*UserData) GetDataNetworkType

func (m *UserData) GetDataNetworkType() (int32, error)

GetDataNetworkType calls android.adservices.ondevicepersonalization.UserData.getDataNetworkType.

func (*UserData) GetNetworkCapabilities

func (m *UserData) GetNetworkCapabilities() (*jni.Object, error)

GetNetworkCapabilities calls android.adservices.ondevicepersonalization.UserData.getNetworkCapabilities.

func (*UserData) GetOrientation

func (m *UserData) GetOrientation() (int32, error)

GetOrientation calls android.adservices.ondevicepersonalization.UserData.getOrientation.

func (*UserData) GetTimezoneUtcOffset

func (m *UserData) GetTimezoneUtcOffset() (*jni.Object, error)

GetTimezoneUtcOffset calls android.adservices.ondevicepersonalization.UserData.getTimezoneUtcOffset.

func (*UserData) HashCode

func (m *UserData) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.UserData.hashCode.

func (*UserData) ToString added in v0.0.8

func (m *UserData) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.UserData.toString.

func (*UserData) WriteToParcel

func (m *UserData) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.adservices.ondevicepersonalization.UserData.writeToParcel.

type WebTriggerInput

type WebTriggerInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WebTriggerInput wraps android.adservices.ondevicepersonalization.WebTriggerInput.

func NewWebTriggerInput

func NewWebTriggerInput(vm *jni.VM, arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*WebTriggerInput, error)

NewWebTriggerInput creates a new android.adservices.ondevicepersonalization.WebTriggerInput instance.

func (*WebTriggerInput) Equals

func (m *WebTriggerInput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.WebTriggerInput.equals.

func (*WebTriggerInput) GetAppPackageName

func (m *WebTriggerInput) GetAppPackageName() (string, error)

GetAppPackageName calls android.adservices.ondevicepersonalization.WebTriggerInput.getAppPackageName.

func (*WebTriggerInput) GetData

func (m *WebTriggerInput) GetData() (*jni.Object, error)

GetData calls android.adservices.ondevicepersonalization.WebTriggerInput.getData.

func (*WebTriggerInput) GetDestinationUrl

func (m *WebTriggerInput) GetDestinationUrl() (*jni.Object, error)

GetDestinationUrl calls android.adservices.ondevicepersonalization.WebTriggerInput.getDestinationUrl.

func (*WebTriggerInput) HashCode

func (m *WebTriggerInput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.WebTriggerInput.hashCode.

func (*WebTriggerInput) ToString added in v0.0.8

func (m *WebTriggerInput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.WebTriggerInput.toString.

type WebTriggerOutput

type WebTriggerOutput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WebTriggerOutput wraps android.adservices.ondevicepersonalization.WebTriggerOutput.

func (*WebTriggerOutput) Equals

func (m *WebTriggerOutput) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.adservices.ondevicepersonalization.WebTriggerOutput.equals.

func (*WebTriggerOutput) GetEventLogRecords added in v0.0.8

func (m *WebTriggerOutput) GetEventLogRecords() (*jni.Object, error)

GetEventLogRecords calls android.adservices.ondevicepersonalization.WebTriggerOutput.getEventLogRecords.

func (*WebTriggerOutput) GetRequestLogRecord

func (m *WebTriggerOutput) GetRequestLogRecord() (*jni.Object, error)

GetRequestLogRecord calls android.adservices.ondevicepersonalization.WebTriggerOutput.getRequestLogRecord.

func (*WebTriggerOutput) HashCode

func (m *WebTriggerOutput) HashCode() (int32, error)

HashCode calls android.adservices.ondevicepersonalization.WebTriggerOutput.hashCode.

func (*WebTriggerOutput) ToString added in v0.0.8

func (m *WebTriggerOutput) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.WebTriggerOutput.toString.

type WebTriggerOutputBuilder

type WebTriggerOutputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WebTriggerOutputBuilder wraps android.adservices.ondevicepersonalization.WebTriggerOutput$Builder.

func (*WebTriggerOutputBuilder) AddEventLogRecord

func (m *WebTriggerOutputBuilder) AddEventLogRecord(arg0 *jni.Object) (*jni.Object, error)

AddEventLogRecord calls android.adservices.ondevicepersonalization.WebTriggerOutput$Builder.addEventLogRecord.

func (*WebTriggerOutputBuilder) Build

func (m *WebTriggerOutputBuilder) Build() (*jni.Object, error)

Build calls android.adservices.ondevicepersonalization.WebTriggerOutput$Builder.build.

func (*WebTriggerOutputBuilder) SetRequestLogRecord

func (m *WebTriggerOutputBuilder) SetRequestLogRecord(arg0 *jni.Object) (*jni.Object, error)

SetRequestLogRecord calls android.adservices.ondevicepersonalization.WebTriggerOutput$Builder.setRequestLogRecord.

func (*WebTriggerOutputBuilder) ToString added in v0.0.8

func (m *WebTriggerOutputBuilder) ToString() (string, error)

ToString calls android.adservices.ondevicepersonalization.WebTriggerOutput$Builder.toString.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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