-
- All Implemented Interfaces:
-
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback
public class APWebViewDialog extends Dialog
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringINTERFACE_NAME
-
Constructor Summary
Constructors Constructor Description APWebViewDialog(Context context, int dialogStyle, APOfferwallCampaignModel model, APLanguage apLanguage, APAnonymousListener completeListener)APWebViewDialog(Context context, int dialogStyle, APWebSelectedCampaignModel model, APLanguage apLanguage, APAnonymousListener completeListener)APWebViewDialog(Context context, int dialogStyle, APCPMCampaignModel model, APLanguage apLanguage, APAnonymousListener completeListener)
-
Method Summary
Modifier and Type Method Description voidonCreate(Bundle savedInstanceState)voidonDetachedFromWindow()voidonAttachedToWindow()voidonBackPressed()voiddismiss()voidpauseTimer()voidresumeTimer()voidstartWebtoon()voidsetBottomNavigationVisibility(boolean visibility)voidstartScroll()voidcloseWebtoon()voidshowProgressDialog(boolean cancelable)-
Methods inherited from class android.app.Dialog
addContentView, cancel, closeOptionsMenu, create, dismiss, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOnBackInvokedDispatcher, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelMessage, setCancelable, setCanceledOnTouchOutside, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu -
Methods inherited from class android.view.Window.Callback
onPointerCaptureChanged, onProvideKeyboardShortcuts -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
APWebViewDialog
APWebViewDialog(Context context, int dialogStyle, APOfferwallCampaignModel model, APLanguage apLanguage, APAnonymousListener completeListener)
-
APWebViewDialog
APWebViewDialog(Context context, int dialogStyle, APWebSelectedCampaignModel model, APLanguage apLanguage, APAnonymousListener completeListener)
-
APWebViewDialog
APWebViewDialog(Context context, int dialogStyle, APCPMCampaignModel model, APLanguage apLanguage, APAnonymousListener completeListener)
-
-
Method Detail
-
onDetachedFromWindow
void onDetachedFromWindow()
-
onAttachedToWindow
void onAttachedToWindow()
-
onBackPressed
void onBackPressed()
-
dismiss
void dismiss()
-
pauseTimer
void pauseTimer()
-
resumeTimer
void resumeTimer()
-
startWebtoon
void startWebtoon()
-
setBottomNavigationVisibility
void setBottomNavigationVisibility(boolean visibility)
-
startScroll
void startScroll()
-
closeWebtoon
void closeWebtoon()
-
showProgressDialog
void showProgressDialog(boolean cancelable)
-
-
-
-