-
public interface RedBoxHandler.ReportCompletedListener
Callback interface for reportRedbox.
-
-
Method Summary
Modifier and Type Method Description abstract void
onReportSuccess(SpannedString spannedString)
abstract void
onReportError(SpannedString spannedString)
-
-
Method Detail
-
onReportSuccess
abstract void onReportSuccess(SpannedString spannedString)
-
onReportError
abstract void onReportError(SpannedString spannedString)
-
-
-
-