-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PTRDialog.PtrDialogModel
-
Constructor Summary
Constructors Constructor Description PTRDialog(Context context, PTRDialog.PtrDialogModel ptrDialogModel)
-
Method Summary
Modifier and Type Method Description final Unit
setModel(PTRDialog.PtrDialogModel model)
final PTRDialog
setButtonClickListener(DialogInterface.OnClickListener clickListener, DialogInterface.OnClickListener secondaryClickListener)
-
Methods inherited from class com.pointrlabs.core.map.views.helper_views.PTRDialog
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, onCreate, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelMessage, setCancelable, setCanceledOnTouchOutside, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
-
Methods inherited from class android.app.Dialog
onPointerCaptureChanged, onProvideKeyboardShortcuts
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PTRDialog
PTRDialog(Context context, PTRDialog.PtrDialogModel ptrDialogModel)
-
-
Method Detail
-
setModel
final Unit setModel(PTRDialog.PtrDialogModel model)
-
setButtonClickListener
final PTRDialog setButtonClickListener(DialogInterface.OnClickListener clickListener, DialogInterface.OnClickListener secondaryClickListener)
-
-
-
-