AddonExceptionMetadata

@Immutable
@AutoValue
@PublicApi
abstract class AddonExceptionMetadata


Represents information about the AddonException.

Summary

Public functions

abstract String!

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

Public functions

packageName

abstract fun packageName(): String!

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.