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