onCleanupFailed abstract method

void onCleanupFailed(
  1. String reason
)

Occurs when the cleanup process fails due to the specified reason.

Implementation

void onCleanupFailed(final String reason);