Interface FragmentReport
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FragmentReportImpl
A report from installing a fragment.
-
Method Details
-
setId
The id which was used to contribute this fragment. This is set automatically when installing. -
getId
String getId() -
getState
State getState() -
getException
@Nullable Throwable getException() -
getMessage
@Nullable String getMessage()An optional message. -
getParameters
@Nullable String getParameters()Returns any parameters that were given
-