interface SupportsReportParam<T : SupportsReportParam<SupportsReportParam<*>>!>
This interface is only used for routing queries to services which support diagnostic functionality.
abstract fun withReport(report: Report!): T
Specifies what data should be reported for diagnostic purposes. |
open class CommonParamsBuilder : CommonParams<CommonParamsBuilder!>, PostCommonParams<CommonParamsBuilder!>, SupportsReportParam<CommonParamsBuilder!>, JniNativeHandleOwner
A class used to build commonly used params using native handle to native service. |