AddonExceptionMetadata

@Immutable
@AutoValue
@PublicApi
public abstract class AddonExceptionMetadata



Represents information about the AddonException.

Summary

Public methods

abstract String

Returns the package name of the missing app that should be installed or updated for add-ons support.

Public methods

packageName

public abstract String packageName()

Returns the package name of the missing app that should be installed or updated for add-ons support.

This field is currently only populated when on AddonException's with code MEET_VERSION_UNSUPPORTED.