Package com.pubmatic.sdk.common.ui
Interface POBFullScreenActivityBackPressListener
-
- All Implemented Interfaces:
public interface POBFullScreenActivityBackPressListenerInterface definition to get notification about POBFullScreenActivity hardware back press event. This interface overrides the default back press event of the activity.
-
-
Method Summary
Modifier and Type Method Description abstract voidonBackPressed()Notifies about hardware back press is about to happen -
-
Method Detail
-
onBackPressed
abstract void onBackPressed()
Notifies about hardware back press is about to happen
-
-
-
-