-
- All Implemented Interfaces:
-
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback,com.igaworks.adpopcorn.cores.net.APNetworkController.IAPNetEventListener
public class APTpmnCustomerServiceDialog extends Dialog implements APNetworkController.IAPNetEventListener
-
-
Constructor Summary
Constructors Constructor Description APTpmnCustomerServiceDialog(Context context, int dialogStyle, boolean landscapeMode, APLanguage apLanguage, boolean isFullScreen, ApTPMNOfferWallLayout apTPMNOfferWallLayout)
-
Method Summary
Modifier and Type Method Description voidonAttachedToWindow()voidshowProgressDialog(boolean cancelable)voidonNetResponseListener(int requestType, APNetworkResultModel result)-
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 com.igaworks.adpopcorn.cores.net.APNetworkController.IAPNetEventListener
onNetResponseListener -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
APTpmnCustomerServiceDialog
APTpmnCustomerServiceDialog(Context context, int dialogStyle, boolean landscapeMode, APLanguage apLanguage, boolean isFullScreen, ApTPMNOfferWallLayout apTPMNOfferWallLayout)
-
-
Method Detail
-
onAttachedToWindow
void onAttachedToWindow()
-
showProgressDialog
void showProgressDialog(boolean cancelable)
-
onNetResponseListener
void onNetResponseListener(int requestType, APNetworkResultModel result)
-
-
-
-