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

open fun getExtras(): Bundle

Returns the additional metadata for this exception.

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