Class Dialog

    • Constructor Detail

      • Dialog

        protected Dialog​(int type,
                         String title,
                         String text)
    • Method Detail

      • getTitle

        @MainThread
        public String getTitle()
        Get the title of the dialog
      • getText

        @MainThread
        public String getText()
        Get the text of the dialog
      • setContext

        @MainThread
        public void setContext​(Object context)
        Associate an object with the dialog
      • getContext

        @MainThread
        public Object getContext()
        Return the object associated with the dialog
      • dismiss

        @MainThread
        public void dismiss()
        Dismiss the dialog
      • setCallbacks

        @MainThread
        public static void setCallbacks​(ILibVLC ILibVLC,
                                        Dialog.Callbacks callbacks)
        Register callbacks in order to handle VLC dialogs
        Parameters:
        ILibVLC - valid LibVLC object
        callbacks - dialog callbacks or null to unregister