CN111143090B - Application interaction method, device and computer readable storage medium - Google Patents

Application interaction method, device and computer readable storage medium Download PDF

Info

Publication number
CN111143090B
CN111143090B CN201911358422.5A CN201911358422A CN111143090B CN 111143090 B CN111143090 B CN 111143090B CN 201911358422 A CN201911358422 A CN 201911358422A CN 111143090 B CN111143090 B CN 111143090B
Authority
CN
China
Prior art keywords
application
function module
notification message
interaction
interactive function
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
CN201911358422.5A
Other languages
Chinese (zh)
Other versions
CN111143090A (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.)
Shanghai Chuanying Information Technology Co Ltd
Original Assignee
Shanghai Chuanying Information 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 Shanghai Chuanying Information Technology Co Ltd filed Critical Shanghai Chuanying Information Technology Co Ltd
Priority to CN201911358422.5A priority Critical patent/CN111143090B/en
Publication of CN111143090A publication Critical patent/CN111143090A/en
Priority to EP20178449.3A priority patent/EP3842941A1/en
Priority to US16/896,442 priority patent/US11054987B1/en
Application granted granted Critical
Publication of CN111143090B publication Critical patent/CN111143090B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Abstract

The invention discloses an application interaction method, equipment and a computer readable storage medium, wherein the application interaction method comprises the following steps: receiving an interactive function starting instruction, and generating an interactive function module on a current display page of the front-end application; receiving a notification message, and adding the notification message to the interactive function module; and receiving a checking instruction and outputting the notification message in the interactive function module. According to the invention, the interaction function module is arranged, notification message interception is carried out through the interaction function module, and the occurrence of interference caused by interaction of different application programs or different functions of the same application program is reduced, so that application interaction is more reasonable.

Description

Application interaction method, device and computer readable storage medium
Technical Field
The present invention relates to the field of application interaction, and in particular, to an application interaction method, apparatus, and computer readable storage medium.
Background
With the rapid development of intelligent computer technology, the number of application programs is increasing, and the functions of a single application program are increasing.
The rapid increase of the number and the functions of the application programs brings convenience to people, namely, a plurality of application programs are installed in the terminal, when different application programs run simultaneously, interference exists among the application programs, for example, when a user uses instant messaging software (e.g. micro-messaging) to carry out video call, if a telephone is received, the video call is interrupted; in addition, there may be interference between different functions of the same application, for example, when a user uses the application to perform video, in this case, if a mail is received, the video call may be interfered.
Disclosure of Invention
The invention mainly aims to provide an application interaction method, equipment and a computer readable storage medium, and aims to solve the technical problem that interference exists when different application programs or different functions of the same application program interact.
In order to achieve the above object, the present invention provides an application interaction method, which includes the following steps:
receiving an interactive function starting instruction, and generating an interactive function module on a current display page of the front-end application;
receiving a notification message, and adding the notification message to the interactive function module;
and receiving a checking instruction and outputting the notification message in the interactive function module.
In one embodiment, the step of receiving a notification message and adding the notification message to the interactive function module includes:
when a notification message is detected, judging whether a target display page of the notification message is the current display page or not;
and if the target display page of the notification message is not the current display page, adding the notification message to the interactive function module.
In an embodiment, the step of receiving a viewing instruction and outputting the notification message in the interactive function module includes:
Receiving a checking instruction and acquiring a notification message in the interactive function module;
hiding the interactive function module and displaying the notification message at a display area of the interactive function module.
In an embodiment, the step of receiving a viewing instruction and outputting the notification message in the interactive function module includes:
receiving a checking instruction, and judging whether all notification messages are sourced from the front-end application if the interaction function module comprises at least two notification messages;
if all the notification messages are from the front-end application, alternately displaying the notification messages;
and if the notification message which does not originate from the front-end application exists, adding an application identifier of the source application to the notification message and outputting the application identifier.
In an embodiment, the step of receiving the interactive function starting instruction and generating the interactive function module on the current display page of the front-end application includes at least one step of:
outputting a first function set of the front-end application when a function adding instruction is received, and adding an application function selected in the first function set to the interactive function module;
and when a function deleting instruction is received, outputting a second function set added in the interactive function module, and deleting the application function selected in the second function set from the interactive function module.
In an embodiment, the step of receiving the interactive function starting instruction and generating the interactive function module on the current display page of the front-end application includes:
outputting the application function associated with the interactive function module when a function switching instruction is received;
and acquiring the selected target application function, and switching the current display page to a page corresponding to the target application function.
In an embodiment, after the step of receiving a view instruction and outputting the notification message in the interactive function module, the method includes:
and if the notification message is not detected in the preset time period, adjusting the display state of the interactive function module.
In an embodiment, the application interaction method includes at least one of the following steps:
when an application switching instruction is received, hiding the interactive function module and switching the front-end application to the back-end operation;
and deleting the interactive function module and exiting the front-end application when an application exiting instruction is received.
In an embodiment, the step of receiving a viewing instruction and outputting the notification message in the interactive function module includes:
and receiving a viewing instruction, outputting a message processing floating window associated with the interactive function module, and outputting the notification message to the message processing floating window so as to enable a user to view and/or reply the notification message.
In an embodiment, after the notification message is added to the interactive function module, at least one of the following is displayed in an overlaid manner on the currently displayed page: identification of unread notification messages, content preview, message handling floating window.
In an embodiment, the step of outputting the notification message in the interactive function module includes:
and when the notification message is in a text format, converting the notification message into a voice form and outputting the voice form.
In an embodiment, after the step of outputting the notification message in the interactive function module, the step of outputting the notification message includes:
and when detecting the change of the direction of the current display page, adjusting the position and/or the size of the notification message in the interactive function module.
In an embodiment, the step of outputting the notification message in the interactive function module includes:
and acquiring the message quantity of the notification message, and outputting and displaying the notification message in a banner notification mode when the message quantity exceeds a preset message quantity threshold.
In addition, in order to achieve the above purpose, the present invention also provides an application interaction method based on an instant messaging application, where the application interaction method based on the instant messaging application includes:
An interactive function opening instruction is received,
generating an interactive function module on a current display page of the instant messaging application;
receiving a notification message, and adding the notification message to the interactive function module;
and receiving a checking instruction and outputting the notification message in the interactive function module.
In one embodiment, the step of receiving a notification message and adding the notification message to the interactive function module includes:
when the notification message is detected, judging whether the current display page is a video or voice chat page or not;
and if the current display page is a video or voice chat page, intercepting the notification message and adding the notification message to the interactive function module.
In an embodiment, the step of receiving a viewing instruction and outputting the notification message in the interactive function module includes:
receiving a checking instruction, and judging whether the notification messages are all from the instant messaging application if the interaction function module comprises at least two notification messages;
if all the notification messages are from the instant messaging application, alternately displaying the notification messages;
If the notification message which is not derived from the instant messaging application exists, an application identifier of the source application is added to the notification message and output.
In an embodiment, the step of receiving the interactive function starting instruction and generating the interactive function module on the current display page of the front-end application includes:
outputting a first function set of the instant messaging application when a function adding instruction is received, and adding an application function selected in the first function set to the interactive function module;
and when a function deleting instruction is received, outputting a second function set added in the interactive function module, and deleting the application function selected in the second function set from the interactive function module.
In addition, to achieve the above object, the present invention further provides an application interaction device, including: the system comprises a memory, a processor and an application interaction program stored on the memory and capable of running on the processor, wherein the application interaction program realizes the steps of the application interaction method when being executed by the processor.
In addition, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon an application interaction program which, when executed by a processor, implements the steps of the application interaction method as described above.
The embodiment of the invention provides an application interaction method, equipment and a computer readable storage medium, wherein in the embodiment, a terminal receives an interaction function starting instruction and generates an interaction function module on a current display page of a front-end application; receiving a notification message, and adding the notification message to the interactive function module; and receiving a checking instruction and outputting the notification message in the interactive function module. In this embodiment, an interaction function module is set, and notification messages are intercepted by the interaction function module, so that the notification messages are prevented from interfering with the current process of the front-end application, and the occurrence of interference caused by interaction of different application programs or different functions of the same application program is reduced, so that application interaction is more reasonable.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the invention or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, and it will be obvious to a person skilled in the art that other drawings can be obtained from these drawings without inventive effort.
Fig. 1 is a schematic hardware structure of an implementation manner of an application interaction device according to an embodiment of the present invention;
FIG. 2 is a flow chart of a first embodiment of the method of the present invention;
FIG. 3 is a schematic diagram of a first embodiment of an interaction method according to the present invention;
FIG. 4 is a schematic diagram of another embodiment of the present invention using an interactive method;
FIG. 5 is a schematic view of a second embodiment of the present invention using an interaction method;
FIG. 6 is a schematic diagram of another embodiment of the present invention applying the interaction method;
fig. 7 is a schematic diagram of a sixth embodiment of the present invention applying an interaction method.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
In the following description, suffixes such as "module", "component", or "unit" for representing elements are used only for facilitating the description of the present invention, and have no specific meaning per se. Thus, "module," "component," or "unit" may be used in combination.
The application interaction device (also called terminal, device or terminal device) of the embodiment of the invention can be a PC, or can be a mobile terminal device with display function such as a smart phone, a tablet personal computer, an electronic book reader, an MP3 (Moving Picture Experts Group Audio Layer III, dynamic image expert compression standard audio layer 3) player, an MP4 (Moving Picture Experts Group Audio Layer IV, dynamic image expert compression standard audio layer 3) player, a portable computer and the like.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display, an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as a disk memory. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
Optionally, the terminal may also include a camera, an RF (Radio Frequency) circuit, a sensor, an audio circuit, a WiFi module, and so on. Among other sensors, the sensors include light sensors, motion sensors, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may obtain bright and dark data of ambient light, and the proximity sensor may obtain a distance between the mobile terminal and the object. As one of the motion sensors, the gravity acceleration sensor can detect the acceleration in all directions (generally three axes), and can detect the gravity and the direction when the mobile terminal is stationary, and the mobile terminal can be used for recognizing the gesture of the mobile terminal (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and knocking), and the like; of course, the mobile terminal may also be configured with other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, an infrared sensor, and the like, which are not described herein.
It will be appreciated by those skilled in the art that the terminal structure shown in fig. 1 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a type of computer storage medium, may include an operating system, a network communication module, a user interface module, and a computer program corresponding to application interactions.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a background server and performing data communication with the background server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to invoke the application interactions program stored in the memory 1005, which when executed by the processor, performs the steps of:
receiving an interactive function starting instruction, and generating an interactive function module on a current display page of the front-end application;
receiving a notification message, and adding the notification message to the interactive function module;
and receiving a checking instruction and outputting the notification message in the interactive function module.
Further, the step of the application interactive program being executed by the processor to receive a notification message and add the notification message to the interactive function module includes:
when a notification message is detected, judging whether a target display page of the notification message is the current display page or not;
And if the target display page of the notification message is not the current display page, intercepting the notification message and adding the notification message to the interactive function module.
Further, the step of executing, by the processor, the receiving view instruction and outputting the notification message in the interactive function module includes:
receiving a checking instruction and acquiring a notification message in the interactive function module;
hiding the interactive function module and displaying the notification message at a display area of the interactive function module.
Further, the step of executing, by the processor, the receiving view instruction and outputting the notification message in the interactive function module includes:
receiving a checking instruction, and judging whether all notification messages are sourced from the front-end application if the interaction function module comprises at least two notification messages;
if all the notification messages are from the front-end application, alternately displaying the notification messages;
and if the notification message which does not originate from the front-end application exists, adding an application identifier of the source application to the notification message and outputting the application identifier.
Further, the application interactive program is executed by the processor to receive the interactive function starting instruction, and after the step of generating the interactive function module on the current display page of the front-end application, the method includes:
outputting a first function set of the front-end application when a function adding instruction is received, and adding an application function selected in the first function set to the interactive function module;
and when a function deleting instruction is received, outputting a second function set added in the interactive function module, and deleting the application function selected in the second function set from the interactive function module.
Further, the application interactive program is executed by the processor to receive the interactive function starting instruction, and after the step of generating the interactive function module on the current display page of the front-end application, the method includes:
outputting the application function associated with the interactive function module when a function switching instruction is received;
and acquiring the selected target application function, and switching the current display page to a page corresponding to the target application function.
Further, after the step of executing the receiving and viewing instruction by the processor and outputting the notification message in the interactive function module, the application interactive program includes:
And if the notification message is not detected in the preset time period, adjusting the display state of the interactive function module.
Further, the application interaction program is executed by the processor to perform the application interaction method, including:
when an application switching instruction is received, hiding the interactive function module and switching the front-end application to the back-end operation;
and deleting the interactive function module and exiting the front-end application when an application exiting instruction is received.
In the embodiment of the present invention, the computer storage medium stores the application interaction program, and when the application interaction program is run by the processor, the following steps of the application interaction program method are implemented, which will not be described herein.
Based on the hardware structure of the application interaction device, the embodiment of the application interaction method is provided.
Referring to fig. 2, in a first embodiment of the application interaction method of the present invention, the application interaction method includes:
and step S10, receiving an interactive function starting instruction, and generating an interactive function module on the current display page of the front-end application.
The application interaction method in this embodiment is applied to an application interaction device, and the type of the application interaction device is not particularly limited, that is, the application interaction device may be a terminal device with a display function, such as a smart phone, a tablet computer, an electronic book reader, and a portable computer.
The triggering mode of the interactive function opening instruction is not particularly limited, that is, the interactive function opening instruction may be actively triggered by a user or may be automatically triggered by the terminal, and specifically, the triggering mode of the interactive function opening instruction includes:
the implementation mode is as follows: the voice triggering or the action gesture triggering, that is, the terminal monitors the voice and/or the action gesture, and if the monitored voice and/or action gesture is a preset triggering voice (the preset triggering voice can be "interactive function on") and/or a preset triggering gesture (the preset triggering gesture is a gesture of three-finger sliding screen, long press, etc.), the terminal triggers to be an interactive function on instruction according to the voice and/or the action gesture.
The implementation mode II is as follows: the display interface of the front-end application is preset with an opening key (the shape of the opening key is not limited), touch operation (the touch operation can be clicking, long-pressing or sliding) received by the opening key is obtained by the terminal, the touch operation received by the opening key is obtained by the terminal, and the terminal triggers an interactive function opening instruction according to the touch operation.
After receiving an interactive function starting instruction, the terminal generates an interactive function module on a current display page of the front-end application, wherein the interactive function module is used for realizing different functional interactions, namely, the interactive function module can realize the interactions of different functions of the front-end application, and the interactive function module can also realize the interactions of functions between different applications of the front-end application and the back-end application; for example, the interactive function module may implement message masking and message notification.
In addition, referring to fig. 3, the interactive function module may also mask a certain sub-function of the front-end application, or add a certain sub-function to the front-end application, for example, when the front-end application is instant messaging software and the interactive function module includes a call mask function, the interactive function module may mask a call message sent in the instant messaging software; or when the interactive function module contains a message prompt function, the interactive function module can prompt important messages sent in the instant messaging software.
For easy understanding, in this embodiment, the manner in which the interaction function module implements different functional interactions is provided includes:
the implementation mode is as follows: the first function, the second function and the third function are integrated in the interactive function module, when the current display page of the front-end application is the first page, the user clicks the identifier of the third function in the interactive function module, the interactive function module realizes the function of jumping from the first page to the third page, in the embodiment, the interactive function module is arranged, and the interaction of different functions of the front-end application (one application) is realized through the interactive function module, so that the user can jump without a page jumping path set by the front-end application, and the user operation is more convenient.
The implementation mode II is as follows: the interactive function module is provided with a message interception function, for example, the interactive function module is provided with a telephone interception function, the terminal is currently positioned on a video chat interface of instant messaging software (WeChat), when the terminal is on, the video chat in the terminal can not be directly terminated, and the interactive function module can intercept the telephone and prompt the region corresponding to the interactive function module on the video interface.
It will be appreciated that the interactive function module may adjust its state, such as a semi-transparent state or a fully transparent state, according to the length of the dwell time, and further, after the front-end application exits or switches to the background, the interactive function module may be hidden according to the state of the front-end application.
In the embodiment, the interactive function module is generated on the current display page of the front-end application, so that different application programs or different function interactions of the same application program are realized, and the application interaction is more reasonable.
Step S20, receiving a notification message, and adding the notification message to the interactive function module.
When the terminal detects the notification message, the terminal intercepts the notification message, and the terminal adds the intercepted notification message to the interaction function module, specifically, the terminal comprises:
Step a1, judging whether a target display page of a notification message is the current display page or not when the notification message is detected;
and a step a2 of intercepting the notification message and adding the notification message to the interactive function module if the target display page of the notification message is not the current display page.
When the terminal detects the notification message, the terminal judges whether the notification message is from a front-end application, if the notification message is not from the front-end application, the terminal intercepts the notification message and adds the notification message to the interactive function module; if the notification message originates from the front-end application, the terminal acquires a target display page of the notification message, and judges whether the target display page of the notification message is the current display page or not; if the target display page of the notification message is the current display page, displaying the notification message; if the target display page of the notification message is not the current display page, the terminal intercepts the notification message and adds the notification message to the interactive function module.
In this embodiment, the interaction function module intercepts the message, so as to avoid the message from being directly sent to the current display page of the front-end application and interfering the function of the current display page.
In addition, it can be understood that the terminal generates the interactive function module, and the interactive function module itself will cause interference to the user on the current display page, so in this embodiment, if the terminal does not detect the notification message in the preset time period (the preset time period may be set according to a specific scene, for example, the preset time period is set to 2 minutes), the terminal adjusts the display state of the interactive function module, for example, the terminal adjusts the interactive function module to a transparent state or a semitransparent state; in this embodiment, when the terminal detects that the interaction function module does not act, the terminal adjusts the display state of the interaction function module, so as to reduce the attention of the user and make the application interaction method more intelligent.
And step S30, receiving a checking instruction and outputting the notification message in the interactive function module.
When the terminal receives the checking instruction, the triggering mode of the checking instruction is not particularly limited, for example, a user clicks the interactive function module to trigger the checking instruction, and when the terminal receives the checking instruction, the terminal outputs a notification message in the interactive function module for the user to check; specifically, the method comprises the following steps:
step b1, receiving a checking instruction and acquiring a notification message in the interactive function module;
And b2, hiding the interactive function module, and displaying the notification message at a display area of the interactive function module.
The terminal receives the checking instruction and acquires the notification message in the interactive function module; the terminal conceals the interactive function module and displays the notification message at the display area of the interactive function module, the parameter figure 4, the front-end application is the instant messaging application, the interactive function module is semicircular, and the notification message is displayed in the semicircular area on the interactive function module in the embodiment, so that the interference to normal video call is avoided.
In the embodiment, a terminal receives an interactive function starting instruction and generates an interactive function module on a current display page of a front-end application; receiving a notification message, and adding the notification message to the interactive function module; and receiving a checking instruction and outputting the notification message in the interactive function module. In this embodiment, an interaction function module is set, and notification messages are intercepted by the interaction function module, so that the notification messages are prevented from interfering with the current process of the front-end application, and the occurrence of interference caused by interaction of different application programs or different functions of the same application program is reduced, so that application interaction is more reasonable.
Further, based on the above embodiment of the present invention, a second embodiment of the application interaction method of the present invention is proposed.
The present embodiment is a refinement of step S30 in the first embodiment, and the difference between the present embodiment and the above embodiment is that:
receiving a checking instruction, and judging whether all notification messages are sourced from the front-end application if the interaction function module comprises at least two notification messages;
if all the notification messages are from the front-end application, alternately displaying the notification messages;
and if the notification message which does not originate from the front-end application exists, adding an application identifier of the source application to the notification message and outputting the application identifier.
The terminal receives the checking instruction, acquires the number of notification messages in the interactive function module, outputs the notification messages if the interactive function module contains one notification message, and judges whether the notification messages are all from the front-end application if the interactive function module contains at least two notification messages; if all the notification messages are from the front-end application, the terminal alternately displays the notification messages; if the notification message which does not originate from the front-end application exists, the terminal determines the application from which the notification message originates, acquires the application identifier of the application, and adds the application identifier of the source application to the notification message and outputs the application identifier.
In this embodiment, the terminal determines the display mode of the notification message according to the number of the notification messages in the interactive function module and the source of the notification message, so that the user can conveniently check the notification message and quickly trace the source of the notification message, and the terminal can switch to the source application when necessary, so as to further realize quick switching of different applications through the interactive function module.
It can be understood that the terminal receives the viewing instruction, outputs the message processing floating window associated with the interactive function module, and outputs the notification message to the message processing floating window so as to enable the user to view and/or reply the notification message. That is, in the embodiment, the message processing floating window associated with the interactive function module, the user can view and reply the message in the message processing floating window, so that the interactive display of the application is more intelligent.
In this embodiment, after the terminal adds the notification message to the interactive function module, at least one of the following is displayed in a superimposed manner on the current display page: identification of unread notification messages, content preview, message handling floating window. The messages are sequentially output, so that the user can conveniently browse and operate.
In general, the notification message is text information, and in part cases, the user is inconvenient to view, so that when the notification message is in a text format, the terminal converts the notification message into a voice form for outputting, and even if the user is inconvenient to view the notification message, the terminal can convert and output the notification message by using the interaction function module.
Further, after the step of outputting the notification message, it includes: and when detecting the change of the direction of the current display page, adjusting the position and/or the size of the notification message in the interactive function module. That is, referring to fig. 5, the display interface of the terminal may perform a rotation operation, and the terminal may adjust the position and/or size of the notification message in the interactive function module according to the rotation operation, so as to facilitate the user to view.
Currently, when the information amount of the notification message is large, outputting the notification message in the interactive function module includes: the message quantity of the notification message is acquired, and when the message quantity exceeds a preset message quantity threshold (the preset message quantity threshold is a preset message quantity threshold, for example, the preset message quantity threshold is set to 30 characters), the notification message is output and displayed in a banner notification mode in combination with fig. 6. The notification message display is prevented from occupying more area, and long-term display is realized.
Further, based on the above embodiment of the present invention, a third embodiment of the application interaction method of the present invention is proposed.
The present embodiment is a step subsequent to step S10 in the first embodiment, and differs from the above-described embodiment in that:
Outputting a first function set of the front-end application when a function adding instruction is received, and adding an application function selected in the first function set to the interactive function module;
and when a function deleting instruction is received, outputting a second function set added in the interactive function module, and deleting the application function selected in the second function set from the interactive function module.
In this embodiment, the terminal receives a function adding instruction, the terminal obtains a first function set of the front-end application (the first function set includes application functions of the front-end application, for example, the front-end application is WeChat, and the application functions include a voice function, a video function, a message sending function, and the like), the terminal outputs the first function set of the front-end application, the user selects an application function that needs to be added to the interactive function module based on the first function set, and the terminal adds the application function selected by the user to the interactive function module.
When the terminal receives a function deleting instruction, the terminal acquires a second function set added in the interactive function module, the terminal outputs the second function set added in the interactive function module, the user selects an application function needing to be deleted from the interactive function module based on the second function set, and the terminal deletes the application function selected by the user from the interactive function module.
In this embodiment, the user edits the interactive function module to add an application function to the interactive function module or delete the application function, so that the interactive function module better meets the requirements of the user.
Further, based on the above embodiment of the present invention, a fourth embodiment of the application interaction method of the present invention is proposed.
The present embodiment is a step subsequent to step S10 in the first embodiment, and differs from the above-described embodiment in that:
outputting the application function associated with the interactive function module when a function switching instruction is received;
and acquiring the selected target application function, and switching the current display page to a page corresponding to the target application function.
When the terminal receives a function switching instruction, the terminal outputs an application function associated with the interactive function module; the application function in this embodiment may be an application function of a front-end application or an application function of a back-end application, where the user selects a target application function to be switched, and the terminal switches, according to the selected target application function, a page corresponding to the target application function from the currently displayed page.
In the embodiment, a user selects a target application function based on an interaction function module, a terminal performs page skip according to the target application function, and if the target application function selected by the user is a front-end application, the rapid skip of different pages of the same application is realized; if the target application function selected by the user is the back-end application, the quick switching of different applications is realized, and the application interaction mode in the embodiment enables the application interaction to be more convenient.
Further, based on the above embodiment of the present invention, a fifth embodiment of the application interaction method of the present invention is proposed.
This embodiment can be combined with any one or more of the above embodiments, and differs from the above embodiments in that:
when an application switching instruction is received, hiding the interactive function module and switching the front-end application to the back-end operation;
deleting the interactive function module and exiting the front-end application when an application exiting instruction is received;
the triggering mode of the application switching instruction is not particularly limited, for example, a user clicks a home key of the terminal to trigger the application switching instruction, and when the terminal receives the application switching instruction, the terminal hides the interactive function module and switches the front-end application to the back-end operation; and when the terminal receives the application exit instruction, the terminal deletes the interactive function module and exits the front-end application.
In this embodiment, the terminal adjusts the state of the interactive function module according to the state of the front-end application, so as to implement automatic adjustment and cleaning of the interactive function module.
Based on the hardware structure of the application interaction device, the embodiment of the application interaction method based on the instant messaging application is provided.
Referring to fig. 7, in a sixth embodiment of the application interaction method based on an instant messaging application of the present invention, the application interaction method based on an instant messaging application includes:
and S40, receiving an interactive function starting instruction and generating an interactive function module on the current display page of the instant messaging application.
In this embodiment, after receiving an instruction for opening an interaction function, the terminal receives an instruction for opening the interaction function, where the terminal may generate an interaction function module on a current display page of an instant messaging application (the instant messaging application may be a messenger, a messenger QQ, an ali nail or a WhatsApp (WhatsApp is an application program for communication between smart phones and used by iPhone, android, windows Phone, whatsApp Messenger, symbian, and Blackberry mobile users, and the WhatsApp may receive information sent by relatives and associates at once by means of a push notification service, and may change from sending a short message to using a WhatsApp program for sending and receiving information, pictures, audio files, and video information) for free); for example, the interactive function module may implement message masking and message notification.
Step S50, a notification message is received, and the notification message is added to the interactive function module.
Specifically, step S50 includes:
when the notification message is detected, judging whether the current display page is a video or voice chat page or not;
and if the current display page is a video or voice chat page, intercepting the notification message and adding the notification message to the interactive function module.
In the embodiment, when the terminal detects the notification message, the terminal judges whether the current display page in the instant messaging application is a video or voice chat page; if the current display page is a video or voice chat page, intercepting a notification message and adding the notification message to the interactive function module; if the current display page in the instant messaging application is not a video or voice chat page, the terminal judges whether the notification message is from the instant messaging application, and if the notification message is from the instant messaging software, the terminal displays the notification message; if the notification message originates from the instant messaging software, the terminal intercepts the notification message and adds the notification message to the interactive function module.
And step S60, receiving a checking instruction and outputting the notification message in the interactive function module.
When the terminal receives the checking instruction, the triggering mode of the checking instruction is not particularly limited, for example, a user clicks the interactive function module to trigger the checking instruction, and when the terminal receives the checking instruction, the terminal outputs a notification message in the interactive function module for the user to check; specifically, the method comprises the following steps:
receiving a checking instruction, and judging whether the notification messages are all from the instant messaging application if the interaction function module comprises at least two notification messages;
if all the notification messages are from the instant messaging application, alternately displaying the notification messages;
if the notification message which is not derived from the instant messaging application exists, an application identifier of the source application is added to the notification message and output.
In this embodiment, an interaction function module is set, and notification messages are intercepted by the interaction function module, so that notification messages are prevented from interfering with the current process of the instant messaging application, and interference caused by interaction of different application programs or different functions of the same application program is reduced, so that application interaction is more reasonable.
Further, it is understood that after step S60, it includes:
Outputting a first function set of the instant messaging application when a function adding instruction is received, and adding an application function selected in the first function set to the interactive function module;
and when a function deleting instruction is received, outputting a second function set added in the interactive function module, and deleting the application function selected in the second function set from the interactive function module.
In this embodiment, the user edits the interactive function module to add an application function to the interactive function module or delete an application function, so that the interactive function module conforms to the requirement of the user while conforming to the instant messaging application.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The foregoing embodiment numbers of the present invention are merely for description, and do not represent advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) as described above, including several instructions for causing a terminal device (which may be a mobile phone, a computer, a tablet computer, an electronic book reader, or a network device, etc.) to perform the method according to the embodiments of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (13)

1. An application interaction method, characterized in that the application interaction method comprises:
receiving an interactive function starting instruction, and generating an interactive function module on a current display page of a front-end application, wherein the interactive function module comprises a message interception function;
receiving a notification message, and adding the notification message to the interactive function module;
receiving a checking instruction and outputting the notification message in the interactive function module;
wherein the step of receiving a notification message and adding the notification message to the interactive function module includes:
when the notification message is received, judging whether a target display page of the notification message is the current display page or not;
if the target display page of the notification message is not the current display page, adding the notification message to the interactive function module;
the application interaction method further comprises the following steps:
when an application switching instruction is received, hiding the interactive function module and switching the front-end application to the back-end operation;
and deleting the interactive function module and exiting the front-end application when an application exiting instruction is received.
2. The application interaction method according to claim 1, wherein the step of receiving a view instruction and outputting the notification message in the interaction function module includes:
Receiving a checking instruction and acquiring a notification message in the interactive function module;
hiding the interactive function module and displaying the notification message at a display area of the interactive function module.
3. The application interaction method according to claim 1, wherein the step of receiving a view instruction and outputting the notification message in the interaction function module includes:
receiving a checking instruction, and judging whether all notification messages are sourced from the front-end application if the interaction function module comprises at least two notification messages;
if all the notification messages are from the front-end application, alternately displaying the notification messages;
and if the notification message which does not originate from the front-end application exists, adding an application identifier of the source application to the notification message and outputting the application identifier.
4. The application interaction method according to claim 1, wherein the step of receiving the interaction function opening command and generating the interaction function module on the current display page of the front-end application comprises at least one of the following steps:
outputting a first function set of the front-end application when a function adding instruction is received, and adding an application function selected in the first function set to the interactive function module;
And when a function deleting instruction is received, outputting a second function set added in the interactive function module, and deleting the application function selected in the second function set from the interactive function module.
5. The application interaction method according to claim 1, wherein the step of receiving the interaction function opening instruction, after the step of generating the interaction function module on the current display page of the front-end application, includes:
outputting the application function associated with the interactive function module when a function switching instruction is received;
and acquiring the selected target application function, and switching the current display page to a page corresponding to the target application function.
6. The application interaction method according to claim 1, wherein after the step of receiving a view instruction and outputting the notification message in the interaction function module, the method comprises:
and if the notification message is not detected in the preset time period, adjusting the display state of the interactive function module.
7. The application interaction method according to claim 1, wherein the step of receiving a view instruction and outputting the notification message in the interaction function module includes:
And receiving a viewing instruction, outputting a message processing floating window associated with the interactive function module, and outputting the notification message to the message processing floating window so as to enable a user to view and/or reply the notification message.
8. The application interaction method according to claim 1, wherein after the notification message is added to the interaction function module, at least one of the following is displayed superimposed on the current display page: identification of unread notification messages, content preview, message handling floating window.
9. The application interaction method according to claim 1, wherein the step of outputting the notification message in the interaction function module comprises:
and when the notification message is in a text format, converting the notification message into a voice form and outputting the voice form.
10. The application interaction method according to claim 1, wherein after the step of outputting the notification message in the interaction function module, comprising:
and when detecting the change of the direction of the current display page, adjusting the position and/or the size of the notification message in the interactive function module.
11. The application interaction method according to claim 1, wherein the step of outputting the notification message in the interaction function module comprises:
And acquiring the message quantity of the notification message, and outputting and displaying the notification message in a banner notification mode when the message quantity exceeds a preset message quantity threshold.
12. An application interaction device, the application interaction device comprising: memory, a processor and an application interaction program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the application interaction method of any of claims 1 to 11.
13. A computer readable storage medium, having stored thereon an application interaction program, which when executed by a processor, implements the steps of the application interaction method of any of claims 1 to 11.
CN201911358422.5A 2019-12-25 2019-12-25 Application interaction method, device and computer readable storage medium Active CN111143090B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201911358422.5A CN111143090B (en) 2019-12-25 2019-12-25 Application interaction method, device and computer readable storage medium
EP20178449.3A EP3842941A1 (en) 2019-12-25 2020-06-05 A sidebar interaction method, device, and computer-readable storage medium
US16/896,442 US11054987B1 (en) 2019-12-25 2020-06-09 Sidebar interaction method, device, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911358422.5A CN111143090B (en) 2019-12-25 2019-12-25 Application interaction method, device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111143090A CN111143090A (en) 2020-05-12
CN111143090B true CN111143090B (en) 2023-10-31

Family

ID=70520027

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911358422.5A Active CN111143090B (en) 2019-12-25 2019-12-25 Application interaction method, device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111143090B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112187879A (en) * 2020-09-10 2021-01-05 南京酷派软件技术有限公司 Notification message control method and device, storage medium and terminal
CN112286412A (en) * 2020-10-22 2021-01-29 维沃移动通信(杭州)有限公司 Notification message management method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108540646A (en) * 2018-03-12 2018-09-14 广东欧珀移动通信有限公司 Message prompt method, device, equipment and storage medium
CN108803964A (en) * 2018-06-08 2018-11-13 Oppo广东移动通信有限公司 Buoy display methods, device, terminal and storage medium
CN109799938A (en) * 2017-11-16 2019-05-24 腾讯科技(深圳)有限公司 Control display management method, terminal device and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109799938A (en) * 2017-11-16 2019-05-24 腾讯科技(深圳)有限公司 Control display management method, terminal device and computer readable storage medium
CN108540646A (en) * 2018-03-12 2018-09-14 广东欧珀移动通信有限公司 Message prompt method, device, equipment and storage medium
WO2019174469A1 (en) * 2018-03-12 2019-09-19 Oppo广东移动通信有限公司 Message notification method, apparatus, device and storage medium
CN108803964A (en) * 2018-06-08 2018-11-13 Oppo广东移动通信有限公司 Buoy display methods, device, terminal and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
邸鹏浩 ; .基于推送功能的手机端安全监控系统预警平台.煤矿安全.2015,(06),全文. *

Also Published As

Publication number Publication date
CN111143090A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
CN107911798B (en) Message pushing method and device and terminal
US11003331B2 (en) Screen capturing method and terminal, and screenshot reading method and terminal
KR102008916B1 (en) Method for displaying of unconfirmed contents and an electronic device thereof
US10775979B2 (en) Buddy list presentation control method and system, and computer storage medium
EP3337146B1 (en) Method and apparatus for displaying notification message
WO2015180621A1 (en) Method and apparatus for playing im message
US10303327B2 (en) Information display method and device
US11054987B1 (en) Sidebar interaction method, device, and computer-readable storage medium
CN108549519B (en) Split screen processing method and device, storage medium and electronic equipment
WO2015043442A1 (en) Method, device and mobile terminal for text-to-speech processing
CN105786507B (en) Display interface switching method and device
CN107257510B (en) Video unified playing method, terminal and computer readable storage medium
WO2019047728A1 (en) Method for opening shortcut function, device, mobile terminal, and storage medium
CN111143090B (en) Application interaction method, device and computer readable storage medium
EP3680760A1 (en) Key display method, apparatus, and terminal
CN110855549A (en) Message display method and terminal equipment
CN108769822B (en) Video display method and terminal equipment
CN109063079B (en) Webpage labeling method and electronic equipment
CN108920266B (en) Program switching method, intelligent terminal and computer readable storage medium
CN108932243B (en) Method and device for refreshing webpage
EP3680769A1 (en) Information display method, apparatus, and terminal
CN112328193A (en) Multi-terminal screen combination method, device, equipment and computer storage medium
CN111147790A (en) Auxiliary function starting method, mobile terminal and computer readable storage medium
CN109491655B (en) Input event processing method and device
WO2023046105A1 (en) Message sending method and apparatus and electronic device

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