Added in version 37.2

AppInteractionException


public class AppInteractionException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.app.AppInteractionException


Exception thrown when an app interaction operation fails.

Summary

Public methods

Bundle getExtras()

Returns the additional metadata for this exception.

Inherited methods

Public methods

getExtras

Added in version 37.2
public Bundle getExtras ()

Returns the additional metadata for this exception.

Returns
Bundle The additional metadata.
This value cannot be null.