Interface ActivityController
public interface ActivityController
-
Method Summary
Modifier and Type Method Description voidstopActivityWithErrorAsync(java.lang.Throwable throwable)voidstopActivityWithReasonAsync(java.lang.String reason)
-
Method Details
-
stopActivityWithReasonAsync
void stopActivityWithReasonAsync(java.lang.String reason) -
stopActivityWithErrorAsync
void stopActivityWithErrorAsync(java.lang.Throwable throwable)
-