CN111796738B - Message processing method and device and electronic equipment - Google Patents

Message processing method and device and electronic equipment Download PDF

Info

Publication number
CN111796738B
CN111796738B CN202010426849.0A CN202010426849A CN111796738B CN 111796738 B CN111796738 B CN 111796738B CN 202010426849 A CN202010426849 A CN 202010426849A CN 111796738 B CN111796738 B CN 111796738B
Authority
CN
China
Prior art keywords
message
processing
messages
aggregated
message list
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010426849.0A
Other languages
Chinese (zh)
Other versions
CN111796738A (en
Inventor
陈立卓
董尚先
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Sankuai Online Technology Co Ltd
Original Assignee
Beijing Sankuai Online Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Sankuai Online Technology Co Ltd filed Critical Beijing Sankuai Online Technology Co Ltd
Priority to CN202010426849.0A priority Critical patent/CN111796738B/en
Publication of CN111796738A publication Critical patent/CN111796738A/en
Application granted granted Critical
Publication of CN111796738B publication Critical patent/CN111796738B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses a message processing method, belongs to the technical field of computers, and is beneficial to improving the processing efficiency of messages. The message processing method disclosed by the embodiment of the application comprises the following steps: detecting a message display notification, and acquiring a message indicated and displayed by the message display notification; in response to the fact that unprocessed messages are stored in a preset message list, caching the messages into the popup message list; then, displaying an aggregation message list window in a display area of the electronic equipment, and displaying each popup message in the message list in the aggregation message list window; and responding to the triggering operation of the user on the display content in the aggregated message list window, and processing the popup window targeted by the triggering operation in batches, thereby effectively improving the message processing efficiency.

Description

Message processing method and device and electronic equipment
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to a message processing method, a message processing device, electronic equipment and a computer readable storage medium.
Background
In the prior art, various prompt messages are often popped up in the use process of an application program. Taking client software on an intelligent terminal as an example, in the process of using the client software for the first time, various permission setting prompt information display frames can be popped up in the form of pop-up window messages. Further, for example, when the vendor-side software is used, pop-up windows showing the prompt information of the takeaway order, pop-up windows showing the order information, pop-up windows showing the instant messaging messages, and the like are often popped up. In the prior art, the information popped up in the running process of the application software is usually popped up prompt boxes in sequence according to the touch time sequence of the information for display, which causes the condition that the prompt box of the information touched first is covered and cannot be completely displayed to a user, and also causes the condition that the user cannot select the covered information for processing first and can only process the information in sequence from top to bottom according to the interface layer displayed by the prompt information, thereby reducing the message processing efficiency. On the other hand, once some prompt boxes for displaying information are clicked, the user may jump to other pages or even jump to other applications, and the user may be performing more important operations at this time, and this logic of strong blocking or even strong jumping not only interferes with the normal use of the application program by the user, but also reduces the processing efficiency of the user on other messages.
Therefore, the message processing method in the prior art reduces the message processing efficiency.
Disclosure of Invention
The embodiment of the application provides a message processing method which is beneficial to improving the message processing efficiency.
In order to solve the above problem, in a first aspect, an embodiment of the present application provides a message processing method, including:
detecting a message display notification, and acquiring a message indicated and displayed by the message display notification;
in response to the fact that unprocessed messages are stored in a preset message list, caching the messages into the message list;
displaying an aggregated message list window in a display area of electronic equipment, and displaying each message in the message list in the aggregated message list window;
in response to a user's trigger operation on display content in the aggregated message list window, performing message processing on the messages targeted by the trigger operation in batch, wherein the performing message processing includes any one or more of the following: marking the message as read, sending a message processing receipt of the message, and executing the operation defined in the message callback function.
In a second aspect, an embodiment of the present application provides a message processing apparatus, including:
the message to be displayed acquisition module is used for detecting a message display notification and acquiring a message indicated and displayed by the message display notification;
the message list updating module is used for responding to the fact that unprocessed messages are stored in a preset message list and caching the messages into the message list;
the message aggregation display module is used for displaying an aggregation message list window in a display area of the electronic equipment and displaying each message in the message list in the aggregation message list window;
a message batch processing module, configured to, in response to a user's trigger operation on display content in the aggregated message list window, perform message processing on the messages targeted by the trigger operation in batch, where the performing message processing includes any one or more of the following: marking the message as read, sending a message processing receipt of the message, and executing the operation defined in the message callback function.
In a third aspect, an embodiment of the present application further discloses an electronic device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the message processing method according to the embodiment of the present application when executing the computer program.
In a fourth aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to perform the steps of the message processing method disclosed in the present application.
According to the message processing method disclosed by the embodiment of the application, the message displayed by the message display notification indication is acquired by detecting the message display notification; in response to the fact that unprocessed messages are stored in a preset message list, caching the messages into the popup message list; then, displaying an aggregation message list window in a display area of the electronic equipment, and displaying each popup message in the message list in the aggregation message list window; and responding to the triggering operation of the user on the display content in the aggregated message list window, and processing the popup window targeted by the triggering operation in batch, which is beneficial to improving the processing efficiency of the message.
The foregoing description is only an overview of the technical solutions of the present application, and the present application can be implemented according to the content of the description in order to make the technical means of the present application more clearly understood, and the following detailed description of the present application is given in order to make the above and other objects, features, and advantages of the present application more clearly understandable.
Drawings
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a flowchart of a message processing method according to a first embodiment of the present application;
fig. 2 is a schematic diagram illustrating a message display effect according to a first embodiment of the present application;
fig. 3 is a second schematic diagram illustrating a message display effect according to a first embodiment of the present application;
fig. 4 is a third schematic view illustrating a message display effect according to a first embodiment of the present application;
FIG. 5 is a fourth schematic diagram illustrating a message display effect according to a first embodiment of the present application;
FIG. 6 is a fifth schematic diagram illustrating a message display effect according to a first embodiment of the present application;
fig. 7 is a schematic structural diagram of a message processing apparatus according to a second embodiment of the present application;
fig. 8 is a second schematic structural diagram of a message processing apparatus according to a second embodiment of the present application;
FIG. 9 schematically shows a block diagram of an electronic device for performing a method according to the present application; and
fig. 10 schematically shows a storage unit for holding or carrying program code implementing a method according to the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Example one
As shown in fig. 1, a message processing method disclosed in an embodiment of the present application includes: step 110 to step 140.
Step 110, detecting a message display notification, and acquiring a message indicated and displayed by the message display notification.
The message processing method is applied to an application program running on the electronic equipment. The message processing method can be implemented in a specific application program, and can also be called and executed by a software system on the electronic equipment in the form of a program plug-in.
The message display notification described in the embodiment of the present application refers to a notification for displaying a reminder message, a notification for displaying a message to be processed, and the like in the prior art.
In some embodiments of the present application, the message display notification may be intercepted by a message handling event (e.g., a pop-up event) of the listening system.
After detecting the message display notification, the notification content may be further parsed to obtain a message indicating display of the message display notification. Then, the message content and the message processing logic of the message displayed and indicated by the message display notification are acquired through a message display method of a hook system. For example, in an iOS (apple operating system) system, information indicating the type of a displayed pop-window message, the message content, and the message processing logic is acquired by a (void) show method of the hook class uialert view. For another example, in the android system, information such as the type, the message content, and the message processing logic of the popup message displayed by the message display notification indication is acquired through a show method of hook class alert dialog.
In some embodiments of the present application, when the message display notification is a notification for displaying a pop-up message, the message content is a prompt content that needs to be displayed to the user in the pop-up message. May include a message header and a message body. For example, a message titled "important notice", a message body of "printer line link down, whether reconnection is attempted? "message content; and for example, the message is marked as 'reminding' and the message body is the message content of 'system power is insufficient and please charge in time'. The message processing logic is a callback method after the user clicks the popup message, for example, the user clicks 'i knows', and the callback at the moment is that the popup is removed, and the callback that the user clicks 'go to see' is skipped to a new destination page.
Step 120, in response to that an unprocessed message is stored in a preset message list, caching the message in the message list.
In some embodiments of the present application, a message list is pre-established for storing messages to be processed when there are multiple messages to be processed.
In some embodiments of the present application, after the step of detecting a message display notification and obtaining a message indicated to be displayed by the message display notification, the method includes: determining whether a preset message list stores unprocessed messages or not; and in response to the fact that unprocessed messages are stored in a preset message list, caching the messages in the message list. For example, after receiving a pop-up message, if only one pop-up message needs to be processed currently, a pop-up window may be directly displayed in an interface area of an application program, and the received pop-up message is displayed; if unprocessed popup messages exist in the popup message list when a popup message is received, the received popup messages are firstly inserted into the message list according to a preset method, and then messages in the message list are aggregated and displayed.
Step 130, displaying an aggregated message list window in a display area of the electronic device, and displaying each message in the message list in the aggregated message list window.
In the embodiment of the application, when a plurality of messages need to be processed, after the message indicated to be displayed in the message display notification is acquired, an aggregated message list window is displayed in a display area of the electronic device, and then each message to be displayed is displayed in the aggregated message list window. In some embodiments of the present application, all messages in the message list may be tiled to avoid coverage, which is convenient for the user to browse the messages and perform the selection process. In other embodiments of the present application, messages of the same type in the message list may be tiled or displayed in a folded manner in the same display field of the aggregated message list window, so that a user may browse messages in a classified manner and perform selection processing. Wherein the displayed pop-up message comprises: a message content and message processing entry; the message processing portal may further include: and each message corresponds to one or more of a message processing inlet, a batch message processing inlet and a delay processing inlet.
In the following, several technical solutions for displaying an aggregated message list window in a display area of an electronic device and displaying each message in the message list in the aggregated message list window are further illustrated with reference to the drawings.
In some embodiments of the present application, the step of displaying each message in the message list in the aggregated message list window includes: and in the aggregated message list window, tiling and displaying the message content of the message and a corresponding message processing inlet. The display effect is shown in fig. 2, where 210 is the message content of one message, 220 is the message processing entry corresponding to the display content 210, and each message corresponds to at least one message processing entry. By triggering a message processing entry corresponding to a message, the corresponding message processing logic executed on the message can be started.
In some embodiments of the present application, the step of displaying each message in the message list in the aggregated message list window further includes: and displaying a one-key processing entry corresponding to all the messages in the message list in the aggregated message list window. The display effect is shown in fig. 3, where 310 is the message content of one message, 320 is the message processing entry corresponding to the display content 310, and 330 is the one-key processing entry corresponding to the batch of messages. By triggering the one-touch entry 330 for the corresponding batch of messages, execution of the designated message processing logic for the plurality of messages can be initiated.
In some embodiments of the present application, the display content within the aggregated message list window includes a one-touch entry for a specified type of message. After displaying an aggregated message list window in a display area of an electronic device, the displaying messages in the message list in the aggregated message list window includes: determining the message type of each message in the message list; grouping and displaying each type of the messages in the message list within the aggregated message list window; and displaying a one-key processing entry corresponding to each type of message in the aggregated message list window. For example, before displaying each message in the message list, first, the message type groups each message in the message list, for example, divide known messages into one group, divide processing messages that need to be processed by the user into one group, and then, fold and display the above two groups of messages in different fields in the aggregated message list window, respectively, with the display effect as shown in fig. 4, where 410 is the message content and the message number of the known messages that are displayed in a folded manner, or only displays the message number, 420 is a one-key processing entry corresponding to the known message, 430 is the message content and the message number of the processing messages that are displayed in a folded manner, or only displays the message number, and 440 is a one-key processing entry corresponding to the processing messages that are displayed in a folded manner. All well-known messages in the message list can be batched through the one-touch entry 420. The processing-class message is a message which can respond to various message operations, namely a message comprising a plurality of message callbacks, for example, two operations of 'confirmation' and 'cancellation' are supported.
In some embodiments of the application, the electronic device may further tile the message displayed in a folded manner in the column after detecting that the user triggers the column where the message displayed in a folded manner is located.
In some preferred embodiments of the present application, the displaying contents 210 or 310 in the aggregated message list window are displayed according to a priority arrangement, that is, the displaying the messages in the message list in the aggregated message list window includes: respectively determining the display priority of each message in the message list; and according to the display priority from high to low, tiling and displaying each message in the message list in the aggregated message list window from top to bottom. In order to facilitate the user to select to process messages with longer or important touch time, in some embodiments of the present application, the messages to be processed are first sorted according to the display priority, and then the messages to be processed are tiled from top to bottom (or from front to back) in the aggregated message list window according to the priority from high to low.
In some embodiments of the present application, the presentation priority of each of the messages is determined by: determining the display priority of each message according to any one or more of a first priority of message matching fixedly set in the application program, a second priority of different types of message matching set by a user through an interactive interface of the application program, and a third priority of message matching determined based on the reach time of the message; wherein the third priority of each of the messages is positively correlated with the time of arrival of the message. Taking the case of processing the popup message in the present application as an example, the earlier the popup message generated by the application or the earlier the system popup message received by the application is, the higher the third priority is.
In some embodiments of the present application, the presentation priority of the message may be determined based only on a third priority determined by the time-to-reach of the message); or determining the display priority of the message only according to the first priority matched with the message fixedly set in the application program; the presentation priority may also be determined in combination with the first priority and the third priority.
In other embodiments of the present application, an application running on the electronic device may further provide a preference setting interface such that the user may set a second priority for matching different types of messages through the interactive interface of the application. For example, the user may sort and save the settings for the different types of messages in the preference setting interface, and then the application program obtains the results of the user sorting the different types of messages and uploads the results to the server, and the server assigns different second priorities to the corresponding types of messages according to the results of the user sorting. Correspondingly, in some embodiments of the present application, the display priority of the corresponding message may be obtained by performing weighted summation operation on the first priority, the second priority, and the third priority of each message.
By configuring the display priorities for different types of messages and displaying the messages to be processed in the interface area of the application program from top to bottom or from front to back based on the sequence from high to low of the display priorities, important notifications or messages with long touch time of the system preferentially enter the visual field of a user and can be processed in time. In some embodiments of the present application, the step of displaying each message in the message list in the aggregated message list window further includes: and displaying the delayed processing entry of the message in the aggregated message list window. Based on the display scheme of the clustered message list window shown in fig. 3, the displaying content in the aggregated message list window further includes: a delayed processing entry for said message. The display effect is shown in fig. 5, where 510 is the message content of a message, 520 is the message processing entry corresponding to the display content 510, 530 is the one-key processing entry, and 540 corresponds to the delay processing entry. By triggering the delay processing entry 540, the aggregated message list window can be displayed in a convergence manner, so that the shielding of the application program interface due to the displayed message is reduced, and the interference on the normal use of the user is reduced.
Step 140, responding to a trigger operation of a user on display content in the aggregated message list window, and performing message processing on the messages targeted by the trigger operation in batch.
Wherein the performing message processing includes any one or more of: marking the message as read, sending a message processing receipt of the message, and executing the operation defined in the message callback function.
After the messages are displayed in the aggregated message list window in a list form, the corresponding messages can be quickly processed by triggering the message processing entries displayed in the aggregated message list window. Specifically, when different types of message processing entries displayed in the aggregated message list window are triggered, different message processing flows are executed.
In some embodiments of the application, corresponding to the display content in the aggregated message list window shown in fig. 2, the step of performing message processing on the message targeted by the trigger operation in response to the trigger operation of the user on the display content in the aggregated message list window includes: responding to the trigger operation of a user on the corresponding message processing entrance, and executing message processing on the message corresponding to the corresponding message processing entrance aiming at the trigger operation; wherein, executing message processing on the message corresponding to the corresponding message processing entry targeted by the trigger operation includes: and processing the message by calling a message processing function of the message corresponding to the corresponding message processing entry aimed at by the trigger operation. For example, if the user triggers the "cancel" button in message processing entry 220 in fig. 2, the application will call the "cancel" button callback function of message 210 to process message 210, e.g., to simulate an operation of closing a pop-up window that shows message 210.
In some embodiments of the application, in response to a trigger operation performed by a user on display content in the aggregated message list window, performing message processing on the messages targeted by the trigger operation in batch, where the trigger operation corresponds to the display content in the aggregated message list window shown in fig. 3, includes: the display content in the aggregated message list window comprises one-key processing entries corresponding to all messages in the message list, well-known messages in the message list are determined in response to the triggering operation of a user on the one-key processing entries of all the messages, and messages which are preset to be respectively corresponding to all message types and can be processed in batch are determined; marking the known messages in the message list into a read state; executing message processing operation pre-configured for the message types for the messages respectively corresponding to the message types pre-configured to be processed in batch; wherein the message processing operation preconfigured for the message type comprises any one of: the method comprises the steps of marking as a read state operation, sending a message processing receipt and marking the processing type message as a read state operation, and executing a message processing operation executed for a preset user operation in a callback function of the processing type message.
For example, when the application detects a user's trigger operation on the aggregate message list window, batch processing of messages displayed in the aggregate message list window is performed after a click event on the one-touch processing entry 330 is detected. For example, a batch process is performed for all known messages in the messages displayed within the aggregated message list window. In some embodiments of the present application, the message may be processed by invoking a "cancel" key callback function of the message. And calling a 'cancel' key callback function of the message to process the message, namely that the user clicks a 'cancel' key in a message processing inlet corresponding to the message in the aggregated message list window, and also equivalently that the user clicks a pop-up window for displaying the message, and executing the operation of closing the window. In some embodiments of the present application, the message may also be marked as read in a system message list.
At this point, the processing flow of the message is completed. For a message for which the message handling process has already been executed, it is removed from the message queue.
The known message in the embodiment of the present application refers to a message that only needs to be known by a user, and generally, a callback function of the known message is a function for closing a window. In the prior art, when an application pops up a popup window displaying a known message, a user only needs to click a button (such as a "i know" or "cancel" button) which is arranged on the popup window and can close the window, so that a message processing flow can be completed. Wherein the known type message is determined by: analyzing the callback function program codes of the messages to acquire the number of the callback functions and message operation of each message; determining that the message is a known type message in response to the number of callback functions of the message being equal to 1; and responding to the message, wherein the number of callback functions is larger than 1, the message operation only comprises a popup window closing operation, the message is determined to be a known message, and otherwise, the message is determined to be a processing message.
In view of the fact that some pop-up messages have multiple processing entries, users usually only select "cancel" operation without further processing, such as "run message", and therefore, in order to further improve the message processing efficiency, in other embodiments of the present application, an application running on the electronic device may further provide a preference setting interface, so that the user may set various types of messages that can be processed in bulk through the interactive interface of the application. For example, the user may configure the batch enabled message types at the preference setting interface, after which the application obtains the user's preference settings for the batch enabled message types and uploads to the server. Thus, when the application executes batch processing on the messages, each type of message (such as 'operation message') which is set by the user to be batch-processable can be processed according to the processing flow of the known type of message, without considering how many callback functions exist in the type of popup message (such as 'operation message'), and when the user triggers the 'batch processing message inlet', the 'cancel' callback function of the popup message is directly called to perform callback processing on the message. In other embodiments of the present application, the user may also configure a message processing operation that the batch-processable messages may be executed in batch, for example, may configure to execute a "confirmation" operation on the operation-type messages in batch; and carrying out the operation of generating the takeout order on the order reminding message in batch.
Accordingly, in some embodiments of the present application, in response to a user's trigger operation on a one-touch processing entry of all the messages, the electronic device first needs to determine well-known messages in the message list and determine messages corresponding to each type of messages that are pre-configured to be batch-processed. For example, the set M1 of the known type messages included in the message list may be determined according to the above-described known type message type determination method. For another example, the message type2 configured by the user to be batch-processable may be determined according to the user preference setting information stored in the server, and the set M2 of the messages with the message type2 included in the message list may be determined according to the above method. For another example, the message type2 configured by the user to be batch-processable and the message processing operation process1 executable in batch for the message type2 may be determined according to the user preference setting information stored in the server, and the set M3 of the messages of which the message type is type2 included in the message list may be determined according to the above method. The electronic device will then perform a callback function of the "cancel" button for each of the known messages in set M1, perform batch message processing on all of the known messages in the message list, and mark all of the known messages in the message list as read. In the case that the message set M2 is determined, batch message processing may be performed on all messages included in the message list in the set M2 according to a default message processing flow solidified in the program, such as executing a callback function of a "cancel" button, and all messages included in the set M2 may be marked as read. In the case that the message set M3 is determined, the message processing operation may be performed on the messages in the set M3 according to the message processing operation process1 configured by the user.
In some embodiments of the present application, after the message processing flow of the message that needs to be sent is completed, the electronic device will also send the message processing receipt when executing the message processing flow of the message.
In some embodiments of the present application, when the message processing method described in the present application is applied to processing an order reminding message sent by a takeout platform to a merchant terminal, the merchant terminal executes a message processing operation for a preset user operation in a callback function of a processing type message, where the message processing operation includes: for processing type messages which need to execute confirmation operation to generate takeaway orders, respectively calling a confirmation event callback function of each processing type message to generate the takeaway orders corresponding to each processing type message; or, for the processing type messages which need to execute the confirmation operation to cancel the takeaway order, respectively calling the confirmation event callback function of each processing type message to cancel the takeaway order corresponding to each processing type message.
For example, after a take-out order is submitted by a user, a take-out platform generates a user order prompt message and sends the user order prompt message to a merchant terminal, and the merchant terminal can fold or tile a plurality of user order prompt messages in a display area of terminal equipment. The merchant can pre-configure the batch processing of the order placing prompt message of the user and configure the message processing logic executed during the batch processing. Taking the example that a merchant configures a message processing flow for generating a takeout order when the user order placing prompt messages are processed in batch, when the user triggers a one-key processing entrance, for example, when the merchant clicks a one-key processing key, the merchant terminal respectively calls callback functions of confirmation events of all the user order placing prompt messages in a message list to generate the takeout order corresponding to each user order placing prompt message.
For another example, after the take-away platform submits an application for taking away the take-away order, the take-away platform generates an order cancellation prompt message and sends the order cancellation prompt message to the merchant terminal, and the merchant terminal can fold or tile a plurality of order cancellation prompt messages in a display area of the terminal device. The merchant may pre-configure batch processing of the order cancellation prompt message and configure message processing logic to be executed during batch processing. Taking the example that a merchant configures a message processing flow for executing takeaway order cancellation when the order cancellation prompting messages are processed in batches, when a user triggers a one-key processing entry, for example, when the merchant clicks a one-key processing key, the merchant terminal respectively calls callback functions of confirmation events of all order cancellation prompting messages in a message list to cancel takeaway orders corresponding to all the order cancellation prompting messages.
After calling a 'cancel' callback function of the message to perform callback processing on the message, the processed message is removed from the message list, and then the electronic device executes a computer program to refresh and display the message in the window of the aggregated message list.
In some embodiments of the application, corresponding to the display content in the aggregated message list window shown in fig. 4, in response to a trigger operation of a user on the display content in the aggregated message list window, performing message processing on the messages targeted by the trigger operation in batch, includes: the display content in the aggregated message list window comprises a one-key processing entry corresponding to a specified type of message, and in response to a trigger operation of a user on the one-key processing entry of the specified type of message, corresponding message processing operation is executed on the specified type of message in the message list corresponding to the one-key processing entry targeted by the trigger operation; wherein the respective message processing operation comprises any one of: marking the corresponding known message as a read operation, marking the corresponding processing message as a read operation, sending a message processing receipt of the corresponding processing message and marking the processing message as a read operation, and executing a message processing operation aiming at a preset user operation in a callback function of the corresponding processing message.
For example, when the application detects a trigger operation of the user on the aggregated message list window, after detecting a click event on the one-touch processing entry 420, executing batch processing on the known messages in the corresponding field of the one-touch processing entry 420 in the aggregated message list window; when the click event of the "confirm" button in the one-touch processing entry 440 is detected, the batch confirmation processing of the processing type messages in the corresponding field of the one-touch processing entry 440 in the aggregated message list window is executed. For a specific embodiment of performing batch processing on the known type messages in the corresponding column of the one-touch processing entry 420, refer to the batch processing flow of the known type messages in fig. 3, which is not described herein again. When batch processing is performed on the processing type messages in the corresponding field of the one-touch processing entry 440, a message processing callback function of a "confirm" click event of each message displayed in a folded or tiled manner in the field may be called, or a preconfigured message processing logic may be called, so as to perform message processing on the message and mark the processed message as read. In some embodiments of the present application, a message processing receipt may also be sent when performing message processing.
At this point, the processing flow of the messages is completed. For a message for which the message handling process has already been executed, it is removed from the message queue.
In some embodiments of the application, in response to a trigger operation performed by a user on display content in the aggregated message list window, performing message processing on the messages targeted by the trigger operation in batch, where the step includes: and responding to the triggering operation of the user on the delay processing entrance, converging and displaying the aggregated message list window into a floating window with a preset size, hiding the display content, and starting the delay timing for expanding and displaying the aggregated message list window. For example, when a user, through an application, handles a significant event that is not desired to be interrupted by a currently displayed message, the user may delay processing the message by clicking on a delay processing entry (e.g., the "process later" button in FIG. 5) displayed within the aggregated message list window. The application program obtains a trigger event of a delay processing inlet by detecting trigger operation in the aggregated message list window, then closes the aggregated message list window, displays a floating window with a preset size in an interface area of the application program, and displays a text prompt related to the message to be processed in the floating window. The display effect of the converged message is shown in fig. 6, where 610 is a floating window. And simultaneously, the application program starts a timing module to time the delay of the window for displaying the aggregated message list.
By setting the delay processing inlet on the message display interface, the window for displaying the message is subjected to convergence display, so that the interference of the displayed message on the operation being executed by the user can be reduced, and the user experience can be improved.
In some embodiments of the present application, after the step of starting the delay timer for expanding the window for displaying the aggregated message list, the method further includes: responding to the delay timer to reach a preset time threshold value, removing the floating window, displaying an aggregated message list window in an interface area of the application program, and displaying each message in the message list in the aggregated message list window; or, in response to a trigger operation of the user on the floating window, removing the floating window, displaying an aggregated message list window in an interface area of the application program, and displaying each message in the message list in the aggregated message list window. After the aggregated message list window is displayed in a floating window form in a converging manner, an application program can detect the triggering operation of a user on the floating window and the detection timing result, if the triggering operation of the user on the floating window is detected, the aggregated message list window is displayed in an interface area of the application program by removing the floating window, and the effect of expanding the aggregated message list window is realized in a manner of displaying all messages in the message list in a tiled manner or a grouped manner in the aggregated message list window in a folding manner; and if the triggering operation of the floating window by the user is not detected within the preset time length, the application program automatically removes the floating window, displays an aggregated message list window in an interface area of the application program, and displays all messages in the popup message list in a tiled or folded mode in the aggregated message list window so as to realize the effect of unfolding and displaying the aggregated message list window.
After the floating window is removed, the display scheme of the message in the message list is described in the foregoing steps, which is not described herein again.
In some embodiments of the present application, after converging and displaying the aggregated message list window as a floating window of a preset size in response to a user's trigger operation on the delay processing entry, the method further includes: setting the display state of the message to a converged display state. Correspondingly, after the message is cached in the message list in response to that the unprocessed message is stored in the preset message list, the method further includes: judging whether the display state of the message is a convergence display state; and if so, not continuously displaying the aggregated message list window, otherwise, displaying each message in the message list in the aggregated message list window. For example, after the aggregated message list window converges and displays to a floating window form, when the application program receives the message again or generates the message again, only the message is cached to the message queue; and when the aggregated message list window is expanded and displayed, updating the messages displayed in the aggregated message list window in real time.
The display scheme of the messages in the message list is described in the foregoing steps, and is not described in detail here.
The message processing method disclosed by the embodiment of the application acquires the message indicated and displayed by the message display notification by detecting the message display notification; in response to the fact that unprocessed messages are stored in a preset message list, caching the messages into the popup message list; then, displaying an aggregation message list window in a display area of the electronic equipment, and displaying each popup message in the message list in the aggregation message list window; and responding to the triggering operation of the user on the display content in the aggregated message list window, and processing the popup window targeted by the triggering operation in batch, which is beneficial to improving the processing efficiency of the message. According to the message processing method disclosed by the embodiment of the application, the batch message processing entries are displayed on the user interface, and a user can process a plurality of messages of the specified type by one-key operation, so that the message processing efficiency is effectively improved. For example, messages of a type with low user perception weight (such as operation messages) can be processed in batch by one key. And through the preference setting interface, the user can set different types of messages suitable for one-key processing, and the processing efficiency of the different types of messages is further improved.
On the other hand, the message processing method disclosed in the embodiment of the application makes full use of display resources of the electronic device by tiling and displaying a plurality of messages, can avoid blocking between messages, is convenient for a user to directly select and process important messages, and does not need to process the important messages after processing other messages blocking the important messages layer by layer, thereby improving the information interaction process between the user and the electronic device when processing the messages and improving the message processing efficiency.
Example two
As shown in fig. 7, an apparatus for processing a message disclosed in an embodiment of the present application includes:
a to-be-displayed message acquiring module 710, configured to detect a message display notification, and acquire a message indicated by the message display notification;
a message list updating module 720, configured to respond that an unprocessed message is stored in a preset message list, and cache the message in the message list;
a message aggregation display module 730, configured to display an aggregated message list window in a display area of an electronic device, and display each message in the message list in the aggregated message list window;
a message batch processing module 740, configured to, in response to a user's trigger operation on display content in the aggregated message list window, perform message processing on the message targeted by the trigger operation in batches, where the performing message processing includes any one or more of the following: marking the message as read, sending a message processing receipt of the message, and executing the operation defined in the message callback function.
In some embodiments of the present application, as shown in fig. 8, the message batch processing module 740 further includes:
a first message batch processing submodule 7401, configured to display content in the aggregated message list window, including a one-touch processing entry corresponding to a specified type of message, and in response to a user's trigger operation on the one-touch processing entry of the specified type of message, perform a corresponding message processing operation on the specified type of message in the message list corresponding to the one-touch processing entry targeted by the trigger operation;
wherein the respective message processing operation comprises any one of: marking the corresponding known message as a read operation, marking the corresponding processing message as a read operation, sending a message processing receipt of the corresponding processing message and marking the processing message as a read operation, and executing a message processing operation aiming at a preset user operation in a callback function of the corresponding processing message.
Correspondingly, the message aggregation display module 730 is further configured to:
determining the message type of each message in the message list;
grouping and displaying each type of the messages in the message list within the aggregated message list window;
and displaying a one-key processing entry corresponding to each type of message in the aggregated message list window.
In some embodiments of the present application, as shown in fig. 8, the message batch processing module 740 further includes:
a second message batch processing submodule 7402, configured to enable display content in the aggregated message list window to include one-key processing entries corresponding to all messages in the message list, determine known messages in the message list in response to a user's trigger operation on the one-key processing entries of all messages, and determine messages respectively corresponding to each message type that is preconfigured to be batch processed;
the second message batch processing sub-module 7402 is further configured to mark the known messages in the message list as a read state; executing message processing operation pre-configured for the message types for the messages respectively corresponding to the message types pre-configured to be processed in batch;
wherein the message processing operation preconfigured for the message type comprises any one of: the method comprises the steps of marking as a read state operation, sending a message processing receipt and marking the processing type message as a read state operation, and executing a message processing operation executed for a preset user operation in a callback function of the processing type message.
Correspondingly, the message aggregation display module 730 is further configured to:
respectively determining the display priority of each message in the message list;
and according to the display priority from high to low, tiling and displaying each message in the message list in the aggregated message list window from top to bottom.
In some embodiments of the present application, the display priority of each of the messages is determined by:
determining the display priority of each message according to any one or more of a first priority of message matching fixedly set in the application program, a second priority of different types of message matching set by a user through an interactive interface of the application program, and a third priority of message matching determined based on the reach time of the message; wherein the third priority of each of the messages is positively correlated with the time of arrival of the message.
In some embodiments of the present application, displaying content within the aggregated message list window further comprises: as shown in fig. 8, the message batch processing module 740 further includes:
a third message batch processing submodule 7403, configured to, in response to a trigger operation of the delay processing entry by the user, display the aggregated message list window in a converged manner as a floating window with a preset size, hide the display content, and start a delay timer for displaying the aggregated message list window in an expanded manner.
In some embodiments of the present application, after the starting of the delay timer for expanding and displaying the aggregated message list window, the third message batch processing sub-module 7403 is further configured to:
responding to the delay timer to reach a preset time threshold value, removing the floating window, displaying an aggregated message list window in an interface area of the application program, and displaying each message in the message list in the aggregated message list window; alternatively, the first and second electrodes may be,
and in response to the triggering operation of the floating window by the user, removing the floating window, displaying an aggregated message list window in the interface area of the application program, and displaying each message in the message list in the aggregated message list window.
In some embodiments of the present application, the executing a message processing operation for a preset user operation in a callback function of a processing type message includes:
for processing type messages which need to execute confirmation operation to generate takeaway orders, respectively calling a confirmation event callback function of each processing type message to generate the takeaway orders corresponding to each processing type message; or the like, or, alternatively,
and for the processing type messages which need to execute the confirmation operation to cancel the takeaway order, respectively calling a confirmation event callback function of each processing type message, and canceling the takeaway order corresponding to each processing type message.
The message processing apparatus disclosed in the embodiment of the present application is used to implement the message processing method described in the first embodiment of the present application, and specific implementation of each module of the apparatus is not described again, and reference may be made to specific implementation of corresponding steps in the method embodiment.
The message processing device disclosed in the embodiment of the application acquires the message indicated and displayed by the message display notification by detecting the message display notification; in response to the fact that unprocessed messages are stored in a preset message list, caching the messages into the popup message list; then, displaying an aggregation message list window in a display area of the electronic equipment, and displaying each popup message in the message list in the aggregation message list window; and responding to the triggering operation of the user on the display content in the aggregated message list window, and processing the popup window targeted by the triggering operation in batch, which is beneficial to improving the processing efficiency of the message. According to the message processing device disclosed by the embodiment of the application, the batch message processing inlets are displayed on the user interface, and a user can process a plurality of messages of specified types by one-key operation, so that the message processing efficiency is effectively improved. For example, messages of a type with low user perception weight (such as operation messages) can be processed in batch by one key. And through the preference setting interface, the user can set different types of messages suitable for one-key processing, and the processing efficiency of the different types of messages is further improved.
On the other hand, the message processing device disclosed in the embodiment of the application makes full use of display resources of the electronic device by tiling and displaying a plurality of messages, can avoid blocking between messages, is convenient for a user to directly select and process important messages, and does not need to process the important messages after processing other messages blocking the important messages layer by layer, so that the information interaction process between the user and the electronic device when processing the messages is improved, and the message processing efficiency is improved.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The above detailed description is given to a message processing method and device provided by the present application, and a specific example is applied in the description to explain the principle and the implementation of the present application, and the description of the above embodiment is only used to help understanding the method and a core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The various component embodiments of the present application may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or Digital Signal Processor (DSP) may be used in practice to implement some or all of the functionality of some or all of the components in an electronic device according to embodiments of the present application. The present application may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present application may be stored on a computer readable medium or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
For example, fig. 9 shows an electronic device that may implement a method according to the present application. The electronic device can be a PC, a mobile terminal, a personal digital assistant, a tablet computer and the like. The electronic device conventionally comprises a processor 910 and a memory 920 and a program code 930 stored on the memory 920 and executable on the processor 910, the processor 910 executing the program code 930 to implement the method described in the above embodiments. The memory 920 may be a computer program product or a computer readable medium. The memory 920 may be an electronic memory such as a flash memory, an EEPROM (electrically erasable programmable read only memory), an EPROM, a hard disk, or a ROM. The memory 920 has a memory space 9201 for program code 930 of a computer program for performing any of the method steps of the method described above. For example, memory space 9201 for program code 930 may include various computer programs for implementing various steps in the above methods, respectively. The program code 930 is computer readable code. The computer programs may be read from or written to one or more computer program products. These computer program products comprise a program code carrier such as a hard disk, a Compact Disc (CD), a memory card or a floppy disk. The computer program comprises computer readable code which, when run on an electronic device, causes the electronic device to perform the method according to the above embodiments.
The embodiment of the present application also discloses a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the message processing method according to the first embodiment of the present application.
Such a computer program product may be a computer-readable storage medium that may have memory segments, memory spaces, etc. arranged similarly to the memory 920 in the electronic device shown in fig. 9. The program code may be stored in a computer readable storage medium, for example, compressed in a suitable form. The computer readable storage medium is typically a portable or fixed storage unit as described with reference to fig. 10. Typically, the storage unit comprises computer readable code 930 ', which computer readable code 930' is code that is read by a processor, which when executed by the processor, performs the steps of the method described above.
Reference herein to "one embodiment," "an embodiment," or "one or more embodiments" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the present application. Moreover, it is noted that instances of the word "in one embodiment" are not necessarily all referring to the same embodiment.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the application may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The application may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (11)

1. A message processing method, comprising:
detecting a message display notification, and acquiring a message indicated and displayed by the message display notification;
in response to the fact that unprocessed messages are stored in a preset message list, caching the messages into the message list;
displaying an aggregated message list window in a display area of electronic equipment, and displaying each message in the message list in the aggregated message list window;
in response to a user's trigger operation on display content in the aggregated message list window, performing message processing on the messages targeted by the trigger operation in batches, wherein the performing message processing comprises any one or more of the following: marking the message as a read state, sending a message processing receipt of the message, and executing operations defined in a message callback function;
the step of displaying each message in the message list in the aggregated message list window includes:
determining the message type of each message in the message list;
grouping each type of the messages in the message list for display within the aggregated message list window;
and displaying a one-key processing entry corresponding to each type of message in the aggregated message list window.
2. The method of claim 1, wherein the step of performing message processing on the messages targeted by the trigger operation in batch in response to the trigger operation of the user on the display content in the aggregated message list window comprises:
the display content in the aggregated message list window comprises a one-key processing entry corresponding to a specified type of message, and in response to a trigger operation of a user on the one-key processing entry of the specified type of message, corresponding message processing operation is executed on the specified type of message in the message list corresponding to the one-key processing entry targeted by the trigger operation;
wherein the respective message processing operation comprises any one of: marking the corresponding known message as a read operation, marking the corresponding processing message as a read operation, sending a message processing receipt of the corresponding processing message and marking the processing message as a read operation, and executing a message processing operation aiming at a preset user operation in a callback function of the corresponding processing message.
3. The method of claim 1, wherein the step of performing message processing on the messages targeted by the trigger operation in batch in response to the trigger operation of the user on the display content in the aggregated message list window comprises:
the display content in the aggregated message list window comprises one-key processing entries corresponding to all messages in the message list, well-known messages in the message list are determined in response to the triggering operation of a user on the one-key processing entries of all the messages, and messages which are preset to be capable of being processed in batches and correspond to all message types are determined;
marking the known messages in the message list into a read state; executing message processing operation pre-configured for the message types for the messages respectively corresponding to the message types pre-configured to be processed in batch; wherein the message processing operation preconfigured for the message type comprises any one of: the method comprises the steps of marking as a read state operation, sending a message processing receipt, marking a processing type message as a read state operation, and executing a message processing operation executed for a preset user operation in a callback function of the processing type message.
4. The method of claim 3, wherein the step of displaying each message in the message list within the aggregated message list window comprises:
respectively determining the display priority of each message in the message list;
and according to the display priority from high to low, tiling and displaying each message in the message list in the aggregated message list window from top to bottom.
5. The method of claim 4, wherein the presentation priority of each of the messages is determined by:
determining the display priority of each message according to any one or more of a first priority of message matching fixedly set in an application program, a second priority of different types of message matching set by a user through an interactive interface of the application program, and a third priority of message matching determined based on the reach time of the message; wherein the third priority of each of the messages is positively correlated with the time of arrival of the message.
6. The method of claim 1, wherein displaying content within the aggregated message list window further comprises: the step of executing message processing on the messages targeted by the trigger operation in batches in response to the trigger operation of the user on the display content in the aggregated message list window comprises:
and responding to the triggering operation of the user on the delay processing entrance, converging and displaying the aggregated message list window into a floating window with a preset size, hiding the display content, and starting the delay timing for expanding and displaying the aggregated message list window.
7. The method of claim 6, wherein after the step of initiating the step of extending the delay time for displaying the aggregated message list window, further comprising:
responding to the delay timer to reach a preset time threshold, removing the floating window, displaying an aggregated message list window in an interface area of an application program, and displaying each message in the message list in the aggregated message list window; alternatively, the first and second electrodes may be,
and in response to the triggering operation of the floating window by the user, removing the floating window, displaying an aggregated message list window in the interface area of the application program, and displaying each message in the message list in the aggregated message list window.
8. The method according to claim 2 or 3, wherein performing the message processing operation for the preset user operation in the callback function for processing the class message comprises:
for processing type messages which need to execute confirmation operation to generate takeaway orders, respectively calling a confirmation event callback function of each processing type message to generate the takeaway orders corresponding to each processing type message; or the like, or, alternatively,
and for the processing type messages which need to execute the confirmation operation to cancel the takeaway order, respectively calling a confirmation event callback function of each processing type message, and canceling the takeaway order corresponding to each processing type message.
9. A message processing apparatus, comprising:
the message to be displayed acquisition module is used for detecting a message display notification and acquiring a message indicated and displayed by the message display notification;
the message list updating module is used for responding to the fact that unprocessed messages are stored in a preset message list and caching the messages into the message list;
the message aggregation display module is used for displaying an aggregation message list window in a display area of the electronic equipment and displaying each message in the message list in the aggregation message list window;
a message batch processing module, configured to, in response to a user's trigger operation on display content in the aggregated message list window, perform message processing on the messages targeted by the trigger operation in batch, where the performing message processing includes any one or more of the following: marking the message as a read state, sending a message processing receipt of the message, and executing operations defined in a message callback function;
the step of displaying each message in the message list in the aggregated message list window includes:
determining the message type of each message in the message list;
grouping and displaying each type of the messages in the message list within the aggregated message list window;
and displaying a one-key processing entry corresponding to each type of message in the aggregated message list window.
10. An electronic device comprising a memory, a processor and program code stored on the memory and executable on the processor, wherein the processor implements the message processing method of any one of claims 1 to 8 when executing the program code.
11. A computer-readable storage medium, on which a program code is stored, characterized in that the program code realizes the steps of the message processing method of any of claims 1 to 8 when executed by a processor.
CN202010426849.0A 2020-05-19 2020-05-19 Message processing method and device and electronic equipment Active CN111796738B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010426849.0A CN111796738B (en) 2020-05-19 2020-05-19 Message processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010426849.0A CN111796738B (en) 2020-05-19 2020-05-19 Message processing method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN111796738A CN111796738A (en) 2020-10-20
CN111796738B true CN111796738B (en) 2022-05-17

Family

ID=72806130

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010426849.0A Active CN111796738B (en) 2020-05-19 2020-05-19 Message processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN111796738B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113727130B (en) * 2021-08-31 2023-06-20 广州方硅信息技术有限公司 Message prompting method, system and device for live broadcasting room and computer equipment
CN115589390A (en) * 2022-09-26 2023-01-10 上海佳和健康管理有限公司 Call method and system in applet, electronic device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070109305A (en) * 2006-05-10 2007-11-15 엘지전자 주식회사 Mobile communication terminal and method of processing a received message
CN103312872A (en) * 2012-03-12 2013-09-18 联想(北京)有限公司 Method and electronic equipment for displaying unprocessed information
CN103645825A (en) * 2013-11-22 2014-03-19 华为终端有限公司 Message processing method and device
CN103870464A (en) * 2012-12-10 2014-06-18 腾讯科技(北京)有限公司 Unread message processing method, display method and device
CN107948428A (en) * 2017-11-27 2018-04-20 维沃移动通信有限公司 A kind of message treatment method and mobile terminal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103369121B (en) * 2012-04-09 2015-10-28 腾讯科技(深圳)有限公司 unread message display method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070109305A (en) * 2006-05-10 2007-11-15 엘지전자 주식회사 Mobile communication terminal and method of processing a received message
CN103312872A (en) * 2012-03-12 2013-09-18 联想(北京)有限公司 Method and electronic equipment for displaying unprocessed information
CN103870464A (en) * 2012-12-10 2014-06-18 腾讯科技(北京)有限公司 Unread message processing method, display method and device
CN103645825A (en) * 2013-11-22 2014-03-19 华为终端有限公司 Message processing method and device
CN107948428A (en) * 2017-11-27 2018-04-20 维沃移动通信有限公司 A kind of message treatment method and mobile terminal

Also Published As

Publication number Publication date
CN111796738A (en) 2020-10-20

Similar Documents

Publication Publication Date Title
US9594496B2 (en) Method and apparatus for playing IM message
CN104753757B (en) message display method and system
CN111432067B (en) Unread message number processing method, unread message number processing device, unread message number processing equipment and unread message number processing medium
CN111796738B (en) Message processing method and device and electronic equipment
CN104168177A (en) Method and device for presenting and browsing group messages in instant communication program
US20150262031A1 (en) Method And Apparatus For Identifying Picture
WO2021114938A1 (en) Page jumping method, computing device and computer storage medium
US10901568B2 (en) Method and apparatus for recommending a solution based on a user operation behavior
EP3008613A2 (en) Determining message data to present
US20150026813A1 (en) Method and system for detecting network link
WO2017032227A1 (en) Message prompting and processing method, apparatus, and client
WO2015172616A1 (en) Method, device and system for uploading file to cloud disk, and cloud disk server
WO2015158304A1 (en) Data processing method and apparatus
CN106598454B (en) Control method and device for multitask display and mobile terminal
WO2016015531A1 (en) Information processing method and apparatus
WO2016202074A1 (en) Method and apparatus for setting state of contact in address book
WO2017128544A1 (en) Notification prompting method and apparatus
CN106909486B (en) Method, device and system for processing business exception
US20210112025A1 (en) Method and server for processing messages
US9391938B2 (en) Indicating in an electronic message whether a user has previously accessed content provided by a resource
CN112596617A (en) Message content input method and device and electronic equipment
CN110770720A (en) Resource searching method and related product
CN110795239A (en) Application memory leakage detection method and device
CN111767203A (en) Application test-based bullet frame processing method and system
CN109189497A (en) A kind of method, apparatus and computer equipment for clean room software

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant