CN106648595A - Method and device for message jump - Google Patents

Method and device for message jump Download PDF

Info

Publication number
CN106648595A
CN106648595A CN201610874140.0A CN201610874140A CN106648595A CN 106648595 A CN106648595 A CN 106648595A CN 201610874140 A CN201610874140 A CN 201610874140A CN 106648595 A CN106648595 A CN 106648595A
Authority
CN
China
Prior art keywords
message
application
jump
parameter
user interface
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.)
Pending
Application number
CN201610874140.0A
Other languages
Chinese (zh)
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.)
Leshi Zhixin Electronic Technology Tianjin Co Ltd
LeTV Holding Beijing Co Ltd
Original Assignee
Leshi Zhixin Electronic Technology Tianjin Co Ltd
LeTV Holding Beijing 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 Leshi Zhixin Electronic Technology Tianjin Co Ltd, LeTV Holding Beijing Co Ltd filed Critical Leshi Zhixin Electronic Technology Tianjin Co Ltd
Priority to CN201610874140.0A priority Critical patent/CN106648595A/en
Publication of CN106648595A publication Critical patent/CN106648595A/en
Pending legal-status Critical Current

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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and device for message jump. The method and device for message jump are used for achieving flexible jump of a message, improving user experience and reducing development cycle and development cost of an application program. The provided method for message jump comprises the steps that a message application receives an operation message, wherein the operation message comprises a display parameter and a jump parameter; the message application analyzes the display parameter and the jump parameter; the message application displays the message carried by the display parameter through a mode of a user interface; when the message application detects a click event of the user interface, the message application sends out the message carrying the jump parameter, thus the third part application which processes the jump parameter analyzes the jump parameter after receiving the message carrying the jump parameter, and corresponding jump is conducted according to the message carrying the jump parameter.

Description

Message skipping method and device
Technical Field
The embodiment of the invention relates to the technical field of message services, in particular to a method and a device for message skipping.
Background
With the rapid development of the internet technology, people can chat, play games, look up things, conduct advertising, shopping and the like on the internet, the internet brings great convenience to real life of people, and profound influence is generated on the life of people.
Services performed on the internet are implemented by application programs, which refer to computer programs developed to run on an operating system for performing a specific task or tasks, and include classical text-based applications, such as: remote computer access, email, file transfer, newsgroups, chat, etc.; multimedia applications of recent years are also included, such as: web pages (Web), internet telephony, video conferencing, audio/video on demand, etc.
The existing application program is driven by a message, and in general, for any application program, the jump process of the operation message of the application program is as follows: and adding the operation message on the server of the application program, acquiring the operation message from the server by the application degree, and then displaying and skipping. For any intelligent client (such as an intelligent television), the intelligent client is generally provided with a plurality of applications, firstly, because each application program is independent, the situation that a plurality of application programs simultaneously display respective operation messages can occur, and thus, the user experience can be influenced; secondly, in order to realize the jump of the operation message, each application program needs a set of jump mechanism of the operation message, which undoubtedly increases the development period and the development cost of the application program; in addition, the jump mechanism of the operation message in the prior art can only indicate different jump operations to the same application program, but cannot indicate different jump operations to different application programs, that is, the jump mechanism of the operation message in the prior art has limitations, and cannot realize flexible jump of the operation message, which affects user experience.
Disclosure of Invention
The embodiment of the invention provides a message skipping method and device, which are used for realizing flexible skipping of messages, improving user experience and reducing the development period and development cost of an application program.
The method for message skipping provided by the embodiment of the invention comprises the following steps:
the message application receives an operation message; wherein the operation message comprises: displaying parameters and skipping parameters;
the message application analyzes the display parameter and the skip parameter;
the message application displays the information carried by the display parameters in a user interface mode;
and when the message application detects a click event of the user interface, the message application sends out a message carrying the jump parameter, so that a third party application processing the jump parameter analyzes the jump parameter after receiving the message carrying the jump parameter, and performs corresponding jump according to information carried by the jump parameter.
According to the method, firstly, each application program displays the information carried by the display parameters in each operation message through the message application, so that the situation that a plurality of application programs simultaneously display the information carried by the display parameters in each operation message can be avoided, and the user experience is improved; secondly, because the information carried by the display parameters in the operation messages of each application program is displayed by the message application in a user interface mode, each application program does not need to develop a set of display mechanism of the operation messages, and the development period and the development cost of the application program can be reduced; and the message application sends the message carrying the jump parameter, so that the third party application processing the jump parameter can analyze the jump parameter after receiving the message carrying the jump parameter and carry out corresponding jump according to the information carried by the jump parameter, namely, the message application can send the message carrying the jump parameter to a corresponding application program and carry out corresponding jump according to the information carried by the jump parameter, thus different jump operations indicated by different application programs can be realized, the flexible jump of the message is realized, and the user experience is further improved.
Preferably, the message application receives an operation message, including:
and the message application receives the operation message sent by the third-party application or the server of the message application.
By the method, the message application can receive the operation messages sent by the third party application or the server of the message application, so that the server side of the message application can develop all the addition mechanisms of the operation messages, and the server side of the third party application can only develop the conventional addition mechanism of the operation messages or not, thereby reducing the development period and the development cost of the application program.
Preferably, the operation message sent by the third-party application is an operation message sent by the third-party application through a broadcast mechanism;
the operation message sent by the server of the message application is the operation message sent by the server of the message application in a pushing mode; or
The operation message sent by the server of the message application is the operation message sent by the server of the message application according to the active request of the hypertext transfer protocol.
Preferably, the message application displays the information carried by the display parameter in a user interface manner, including:
and aiming at the information carried by the display parameters of different operation messages, the message application displays the information in a user interface mode according to a set time interval.
By the method, the message application displays the information carried by the display parameters of different operation messages in a user interface mode according to the set time interval, so that the information carried by the display parameters in the operation messages can be prevented from being frequently displayed, and the user experience is improved.
Preferably, the sending the message carrying the skip parameter by the message application includes:
and the message application sends the message carrying the jump parameter out through a broadcasting mechanism, so that a third party application processing the jump parameter receives the message carrying the jump parameter according to the information carried by the jump parameter.
Preferably, after the message application detects a click event of the user interface, the method further comprises:
the messaging application hides the user interface.
By the method, after the message application detects the click event of the user interface, the message application hides the user interface, so that the influence of the user interface on the interface of subsequent jumping can be avoided.
The device for message skipping provided by the embodiment of the invention comprises: the device comprises a receiving unit, an analyzing unit, a display unit, a detection unit and a sending unit; wherein,
the receiving unit is used for receiving the operation message; wherein the operation message comprises: displaying parameters and skipping parameters;
the analysis unit is used for analyzing the display parameters and the skip parameters;
the display unit is used for displaying the information carried by the display parameters in a user interface mode;
the detection unit is used for detecting a click event of the user interface;
the sending unit is configured to send a message carrying the jump parameter when the detection unit detects a click event of the user interface, so that a third party application processing the jump parameter analyzes the jump parameter after receiving the message carrying the jump parameter, and performs corresponding jump according to information carried by the jump parameter.
According to the message skipping device provided by the embodiment of the invention, firstly, each application program displays the information carried by the display parameter in each operation message through the device, so that the situation that a plurality of application programs simultaneously display the information carried by the display parameter in each operation message can be avoided, and the user experience is improved; secondly, because the information carried by the display parameters in the operation messages of each application program is displayed by the device in a user interface mode, each application program does not need to develop a set of display mechanism of the operation messages, and thus the development period and the development cost of the application program can be reduced; and the device sends the message carrying the jump parameter out, so that a third party application processing the jump parameter can analyze the jump parameter after receiving the message carrying the jump parameter and carry out corresponding jump according to the information carried by the jump parameter, namely, the device can send the message carrying the jump parameter to a corresponding application program and carry out corresponding jump according to the information carried by the jump parameter by the application program, thus different jump operations indicated by different application programs can be realized, the flexible jump of the message is realized, and the user experience is further improved.
Preferably, the receiving unit is specifically configured to:
and receiving an operation message sent by the third party application or the server of the message skipping device.
The receiving unit can receive the operation message sent by the server of the third-party application or the message skipping device, so that the server of the message skipping device can develop all the addition mechanisms of the operation message, and the server of the third-party application can only develop the conventional addition mechanism of the operation message or not, thereby reducing the development period and the development cost of the application program.
Preferably, the display unit is specifically configured to:
and displaying the information carried by the display parameters of different operation messages in a user interface mode according to a set time interval.
Because the display unit can display the information carried by the display parameters of different operation messages in a user interface mode according to the set time interval, the information carried by the display parameters in the operation messages can be prevented from being frequently displayed, and the user experience is improved.
Preferably, the sending unit is specifically configured to:
and sending the message carrying the jump parameter out through a broadcasting mechanism, so that a third party application processing the jump parameter receives the message carrying the jump parameter according to the information carried by the jump parameter.
Preferably, the apparatus further comprises: a hiding unit; the hiding unit is used for hiding the user interface after the detecting unit detects the click event of the user interface.
The hiding unit can hide the user interface after the detection unit detects the click event of the user interface, so that the user interface can be prevented from influencing the interface of subsequent jumping.
Drawings
Fig. 1 is a flowchart illustrating a message skipping method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an overall flow chart of providing message hopping according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a message hopping apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of another message hopping apparatus according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a message skipping method and device, which are used for realizing flexible skipping of messages, improving user experience and reducing the development period and development cost of an application program.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments that can be derived by one of ordinary skill in the art from the embodiments given herein are intended to be within the scope of the present invention.
Referring to fig. 1, a method for message hopping provided by the embodiment of the present invention includes the following steps:
s101, receiving an operation message by a message application; wherein the operation message comprises: displaying parameters and skipping parameters;
the operation message may be, for example, a prompt message for updating an application program, or a message for promoting a service.
The presentation parameters may include, for example: title, message type, type icon, picture, and/or text content.
The jump parameter attributes may include: a type field, a value field, an action field, and a from field.
For example: the skip parameter format is as follows:
wherein, type field: identifying the service type of the skip parameter processing;
value field: the parameters (which may include many parameters) including the service processing are character strings which can be customized according to the service requirements;
action field: is a string that identifies where the jump parameter will jump to;
from field: is a string that identifies where the jump parameter jumped from.
S102, the message application analyzes the display parameters and the skip parameters;
for example: if the operation message received by the message application is data in json format, the message application can analyze the data through a Gson tool of Google to analyze the display parameter and the skip parameter in the operation message.
It should be noted that, the parsing tool of the message application may be preset according to actual needs, and the embodiment of the present invention does not limit the parsing tool.
S103, displaying the information carried by the display parameters by the message application in a User Interface (UI) mode;
s104, when the message application detects the click event of the user interface, the message application sends out a message carrying the jump parameter, so that a third party application processing the jump parameter analyzes the jump parameter after receiving the message carrying the jump parameter, and carries out corresponding jump according to information (such as information carried by a value field) carried by the jump parameter.
The click event of the user interface can be a click event registered by the message application, and the click event indicates that the message application needs to send out a message carrying the jump parameter when the click event occurs on the user interface.
A third party application refers to an application other than a messaging application.
Preferably, the message application in step S101 receives the operation message, including:
and the message application receives the operation message sent by the third-party application or the server of the message application.
Preferably, the operation message sent by the third-party application may be an operation message sent by the third-party application through a Broadcast mechanism (e.g., a Broadcast (Broadcast) mechanism of Android);
the operation message sent by the server of the message application may be an operation message sent by the server of the message application in a push manner; or
The operation message sent by the server of the message application may be an operation message sent by the server of the message application which is actively requested by the message application according to hypertext transfer protocol (http).
It should be noted that the manner in which the message application obtains the operation message from its server is suitable for the third party application to obtain the operation message from its server, that is, the third party application may obtain the operation message from its server in a push manner or an active http request manner.
Preferably, in order to avoid frequently displaying information carried by the display parameter in the operation message and improve user experience, the message application in step S103 displays the information carried by the display parameter in a user interface manner, which may include:
and aiming at the information carried by the display parameters of different operation messages, displaying the message application through a user interface according to a set time interval (for example, 30 s).
The different operation messages may be different operation messages of the same application, or different operation messages of different applications, which is not limited in the embodiment of the present invention.
The message application may display the information carried by the display parameters of the different operation messages at a set time interval through a user interface according to the received time sequence of the received different operation messages, for example.
Preferably, after step S103, if the user is interested in the information carried by the display parameter displayed by the UI, the UI may be clicked, and if the user is not interested in the information carried by the display parameter displayed by the UI, the UI may be ignored or closed.
Preferably, the sending the message carrying the skip parameter by the message application in step S104 may include:
the message application sends out the message carrying the jump parameter through a broadcasting mechanism (for example, Android Broadcast mechanism), so that the third party application processing the jump parameter receives the message carrying the jump parameter according to the information carried by the jump parameter (for example, information carried by action field).
Of course, the message application in step S104 sends out the message carrying the skip parameter, which may also include:
and the message application sends the message carrying the jump parameter to a third party application processing the jump parameter according to the information carried by the jump parameter (for example, the identification information of the third party application carried by the jump parameter), so that the third party application receives the message carrying the jump parameter.
Preferably, in order to avoid the user interface from affecting the interface of the subsequent jump, after the message application detects the click event of the user interface, the method may further include: the messaging application hides the user interface.
To sum up, the following describes the overall flow of message hopping in the embodiment of the present invention with reference to fig. 2, taking the message application as an example to acquire an operation message from its server:
s201, adding an operation message on a message application server, and sending the operation message to a message application by the message application server in a pushing mode;
wherein the operation message comprises: showing parameters and skipping parameters.
The presentation parameters may include, for example: title, message type, type icon, picture, and/or text content. May be added as needed.
The jump parameter attributes may include: a type field, a value field, an action field, and a from field.
Wherein, type field: identifying the service type of the skip parameter processing;
value field: the parameters (which may include many parameters) including the service processing are character strings which can be customized according to the service requirements;
action field: is a string that identifies where the jump parameter will jump to;
from field: is a string that identifies where the jump parameter jumped from.
S202, receiving an operation message by a message application;
s203, analyzing the display parameters and the jump parameters by the message application;
s204, displaying information carried by the display parameters by the message application in a UI mode;
for information carried by the display parameters of different operation messages, the message application can be displayed in a UI mode according to a set time interval (for example, 30 s).
If the user is not interested in the information carried by the display parameters displayed by the UI, the UI may be ignored or closed, and if the user is interested in the information carried by the display parameters displayed by the UI, the UI may be clicked, and then step S205 is executed.
S205, when the message application detects a click event of the user interface, the message application sends out a message carrying the jump parameter through a Broadcast mechanism of Android;
the click event of the user interface can be a click event registered by the message application, and the click event indicates that the message application needs to send out a message carrying the jump parameter when the click event occurs on the user interface.
S206, after the message application detects the click event of the user interface, the message application hides the user interface;
s207, the third party application for processing the jump parameter receives the message carrying the jump parameter according to the information carried by the action field in the jump parameter, analyzes the jump parameter after receiving the message, and carries out corresponding jump according to the information carried by the value field in the jump parameter.
Referring to fig. 3, based on the same inventive concept, an apparatus for message hopping provided in an embodiment of the present invention includes: receiving unit 11, analyzing unit 12, presenting unit 13, detecting unit 14 and transmitting unit 15. The receiving unit 11 is configured to receive an operation message; wherein the operation message comprises: displaying parameters and skipping parameters;
the analysis unit 12 is used for analyzing the display parameters and the skip parameters;
the display unit 13 is used for displaying the information carried by the display parameters in a user interface mode;
a detecting unit 14, configured to detect a click event of the user interface;
a sending unit 15, configured to send a message carrying the jump parameter when the detection unit detects a click event of the user interface, so that a third party application processing the jump parameter parses the jump parameter after receiving the message carrying the jump parameter, and performs corresponding jump according to information carried by the jump parameter.
Preferably, the receiving unit 11 is specifically configured to:
and receiving an operation message sent by the third party application or the server of the message skipping device.
Preferably, the display unit 13 is specifically configured to:
and displaying the information carried by the display parameters of different operation messages in a user interface mode according to a set time interval.
Preferably, the sending unit 15 is specifically configured to:
and sending the message carrying the jump parameter out through a broadcasting mechanism, so that a third party application processing the jump parameter receives the message carrying the jump parameter according to the information carried by the jump parameter.
Preferably, as shown in fig. 4, the apparatus further comprises: a concealment unit 16; wherein the hiding unit 16 is configured to hide the user interface after the detecting unit 14 detects a click event of the user interface.
Preferably, the message jumping apparatus provided in the embodiment of the present invention may be a message application.
In summary, according to the technical solution provided in the embodiment of the present invention, firstly, each application program displays information carried by the display parameter in each operation message through the message application, so that it is avoided that a plurality of application programs simultaneously display information carried by the display parameter in each operation message, thereby improving user experience; secondly, because the information carried by the display parameters in the operation messages of each application program is displayed by the message application in a user interface mode, each application program does not need to develop a set of display mechanism of the operation messages, and the development period and the development cost of the application program can be reduced; and the message application sends the message carrying the jump parameter, so that the third party application processing the jump parameter can analyze the jump parameter after receiving the message carrying the jump parameter and carry out corresponding jump according to the information carried by the jump parameter, namely, the message application can send the message carrying the jump parameter to a corresponding application program and carry out corresponding jump according to the information carried by the jump parameter, thus different jump operations indicated by different application programs can be realized, the flexible jump of the message is realized, and the user experience is further improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (12)

1. A method of message hopping, the method comprising:
the message application receives an operation message; wherein the operation message comprises: displaying parameters and skipping parameters;
the message application analyzes the display parameter and the skip parameter;
the message application displays the information carried by the display parameters in a user interface mode;
and when the message application detects a click event of the user interface, the message application sends out a message carrying the jump parameter, so that a third party application processing the jump parameter analyzes the jump parameter after receiving the message carrying the jump parameter, and performs corresponding jump according to information carried by the jump parameter.
2. The method of claim 1, wherein the message application receives an operational message comprising:
and the message application receives the operation message sent by the third-party application or the server of the message application.
3. The method of claim 2, wherein the operation message sent by the third-party application is an operation message sent by the third-party application through a broadcast mechanism;
the operation message sent by the server of the message application is the operation message sent by the server of the message application in a pushing mode; or
The operation message sent by the server of the message application is the operation message sent by the server of the message application according to the active request of the hypertext transfer protocol.
4. The method according to any one of claims 1 to 3, wherein the message application presents the information carried by the presentation parameter by means of a user interface, including:
and aiming at the information carried by the display parameters of different operation messages, the message application displays the information in a user interface mode according to a set time interval.
5. The method as claimed in claim 4, wherein said message application sending out a message carrying said hop parameter, comprising:
and the message application sends the message carrying the jump parameter out through a broadcasting mechanism, so that a third party application processing the jump parameter receives the message carrying the jump parameter according to the information carried by the jump parameter.
6. The method of claim 5, wherein after the messaging application detects a click event of the user interface, the method further comprises:
the messaging application hides the user interface.
7. An apparatus for message hopping, the apparatus comprising: the device comprises a receiving unit, an analyzing unit, a display unit, a detection unit and a sending unit; wherein,
the receiving unit is used for receiving the operation message; wherein the operation message comprises: displaying parameters and skipping parameters;
the analysis unit is used for analyzing the display parameters and the skip parameters;
the display unit is used for displaying the information carried by the display parameters in a user interface mode;
the detection unit is used for detecting a click event of the user interface;
the sending unit is configured to send a message carrying the jump parameter when the detection unit detects a click event of the user interface, so that a third party application processing the jump parameter analyzes the jump parameter after receiving the message carrying the jump parameter, and performs corresponding jump according to information carried by the jump parameter.
8. The apparatus as claimed in claim 7, wherein said receiving unit is specifically configured to:
and receiving an operation message sent by the third party application or the server of the message skipping device.
9. The apparatus of claim 8, wherein the operation message sent by the third-party application is an operation message sent by the third-party application through a broadcast mechanism;
the operation message sent by the server of the message skipping device is the operation message sent by the server of the message skipping device in a pushing mode; or
And the operation message sent by the server of the message jumping device is the operation message sent by the server of the message jumping device according to the active request of the hypertext transfer protocol.
10. The device according to any one of claims 7 to 9, wherein the presentation unit is specifically configured to:
and displaying the information carried by the display parameters of different operation messages in a user interface mode according to a set time interval.
11. The apparatus as claimed in claim 10, wherein said transmitting unit is specifically configured to:
and sending the message carrying the jump parameter out through a broadcasting mechanism, so that a third party application processing the jump parameter receives the message carrying the jump parameter according to the information carried by the jump parameter.
12. The apparatus of claim 11, further comprising: a hiding unit; the hiding unit is used for hiding the user interface after the detecting unit detects the click event of the user interface.
CN201610874140.0A 2016-09-30 2016-09-30 Method and device for message jump Pending CN106648595A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610874140.0A CN106648595A (en) 2016-09-30 2016-09-30 Method and device for message jump

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610874140.0A CN106648595A (en) 2016-09-30 2016-09-30 Method and device for message jump

Publications (1)

Publication Number Publication Date
CN106648595A true CN106648595A (en) 2017-05-10

Family

ID=58853573

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610874140.0A Pending CN106648595A (en) 2016-09-30 2016-09-30 Method and device for message jump

Country Status (1)

Country Link
CN (1) CN106648595A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108363792A (en) * 2018-02-13 2018-08-03 广东欧珀移动通信有限公司 Link generation method, device, storage medium and the electronic equipment of five application page
CN108446953A (en) * 2018-02-26 2018-08-24 苏州市那美网络科技有限公司 A kind of smart message supplying system and its implementation based on the official website APP that buys retail
CN114721618A (en) * 2022-03-30 2022-07-08 北京城市网邻信息技术有限公司 Display method and device of interactive control, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102075543A (en) * 2011-01-28 2011-05-25 深圳市五巨科技有限公司 Mobile terminal message push method and system
CN102810101A (en) * 2011-06-03 2012-12-05 北京搜狗科技发展有限公司 Webpage pre-reading method and device and browser
CN103024067A (en) * 2012-12-26 2013-04-03 深圳Tcl新技术有限公司 Method and server for pushing information to intelligent terminals
CN102955646B (en) * 2011-08-19 2016-03-30 联想(北京)有限公司 Method and the electronic equipment at interface are set
CN102821353B (en) * 2012-08-10 2016-04-13 深圳市宏电技术股份有限公司 Based on information-pushing method and this gateway device of geographic position of gateway equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102075543A (en) * 2011-01-28 2011-05-25 深圳市五巨科技有限公司 Mobile terminal message push method and system
CN102810101A (en) * 2011-06-03 2012-12-05 北京搜狗科技发展有限公司 Webpage pre-reading method and device and browser
CN102955646B (en) * 2011-08-19 2016-03-30 联想(北京)有限公司 Method and the electronic equipment at interface are set
CN102821353B (en) * 2012-08-10 2016-04-13 深圳市宏电技术股份有限公司 Based on information-pushing method and this gateway device of geographic position of gateway equipment
CN103024067A (en) * 2012-12-26 2013-04-03 深圳Tcl新技术有限公司 Method and server for pushing information to intelligent terminals

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108363792A (en) * 2018-02-13 2018-08-03 广东欧珀移动通信有限公司 Link generation method, device, storage medium and the electronic equipment of five application page
CN108446953A (en) * 2018-02-26 2018-08-24 苏州市那美网络科技有限公司 A kind of smart message supplying system and its implementation based on the official website APP that buys retail
CN114721618A (en) * 2022-03-30 2022-07-08 北京城市网邻信息技术有限公司 Display method and device of interactive control, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN104935497B (en) Communication session method and device
CN106131706B (en) Message pushing method and device related to anchor dynamics in mobile client application program
CN106658200A (en) Live video sharing and obtaining methods and devices, and terminal equipment thereof
US11029905B2 (en) Integrated learning using multiple devices
KR101649393B1 (en) Method and system for providing an advertisement based on messaging application
WO2009101624A2 (en) Apparatus and method for manipulating an object inserted to video content
US20180083909A1 (en) Systems And Methods For Providing A Notification Upon The Occurrence Of A Trigger Event Associated With Playing Media Content Over A Network
CN112600902A (en) Notification message pushing method and device
CN106648595A (en) Method and device for message jump
CN109168012B (en) Information processing method and device for terminal equipment
US20120297399A1 (en) Automatically updating the display state of the user interface of a client device in a publish/subscribe system
CN108933947B (en) Bullet screen display method and device
US20170325003A1 (en) A video signal caption system and method for advertising
CN110809172A (en) Interactive special effect display method and device and electronic equipment
US11588866B2 (en) Delivering tailored audio segments within live audio streams
CN110673886A (en) Method and device for generating thermodynamic diagram
CN112702619A (en) Anchor interface display method, device, equipment and storage medium
CN110109597B (en) Singing list switching method, device, system, terminal and storage medium
CN112287261A (en) Resource loading method and electronic equipment
CN109951380B (en) Method, electronic device, and computer-readable medium for finding conversation messages
US10601748B2 (en) Information processing method and device
CN111246242A (en) Searching method and device based on played video, application server and terminal equipment
US20180176631A1 (en) Methods and systems for providing an interactive second screen experience
CN111064844A (en) Message prompting method and device, electronic equipment and computer readable medium
CN112187628B (en) Method and device for processing identification picture

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170510