-
- All Implemented Interfaces:
-
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback
public final class MessageMoreActionDialog extends Dialog
-
-
Constructor Summary
Constructors Constructor Description MessageMoreActionDialog(Context context, Channel channel, Message message, User currentUser, MessageListViewStyle style, Function1<Message, Unit> onMessageEditHandler, Function1<Message, Unit> onMessageDeleteHandler, Function1<Message, Unit> onStartThreadHandler, Function1<Message, Unit> onMessageFlagHandler)
-
Method Summary
Modifier and Type Method Description BooleanonTouchEvent(MotionEvent event)-
Methods inherited from class com.getstream.sdk.chat.view.dialog.MessageMoreActionDialog
addContentView, cancel, closeOptionsMenu, create, dismiss, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, 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, 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
-
MessageMoreActionDialog
MessageMoreActionDialog(Context context, Channel channel, Message message, User currentUser, MessageListViewStyle style, Function1<Message, Unit> onMessageEditHandler, Function1<Message, Unit> onMessageDeleteHandler, Function1<Message, Unit> onStartThreadHandler, Function1<Message, Unit> onMessageFlagHandler)
-
-
Method Detail
-
onTouchEvent
Boolean onTouchEvent(MotionEvent event)
-
-
-
-