Added in API level 37.2
AppInteractionException
open class AppInteractionException : Exception
| kotlin.Any | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | android.app.AppInteractionException | ||
Exception thrown when an app interaction operation fails.
Summary
| Public methods | |
|---|---|
| open Bundle |
Returns the additional metadata for this exception. |
Public methods
getExtras
Added in API level 37.2
open fun getExtras(): Bundle
Returns the additional metadata for this exception.
| Return | |
|---|---|
Bundle |
The additional metadata. This value cannot be null. |