CN114265535B - Floor page display method, device, equipment and medium for push message - Google Patents

Floor page display method, device, equipment and medium for push message Download PDF

Info

Publication number
CN114265535B
CN114265535B CN202111572856.2A CN202111572856A CN114265535B CN 114265535 B CN114265535 B CN 114265535B CN 202111572856 A CN202111572856 A CN 202111572856A CN 114265535 B CN114265535 B CN 114265535B
Authority
CN
China
Prior art keywords
application program
push
push message
call
terminal system
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
CN202111572856.2A
Other languages
Chinese (zh)
Other versions
CN114265535A (en
Inventor
陈荣杭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202111572856.2A priority Critical patent/CN114265535B/en
Publication of CN114265535A publication Critical patent/CN114265535A/en
Application granted granted Critical
Publication of CN114265535B publication Critical patent/CN114265535B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure provides a floor page display method, device, equipment, medium and program product for pushing messages, and relates to the technical field of computers, in particular to the technical field of application program design and page configuration. The implementation scheme is as follows: responding to the opening operation of a push message of an application program on a terminal by a user, and determining whether the starting of the application program is push call; and responding to callback of a specific interface of the terminal system after the application program is started, if the starting of the application program is push call, transmitting a target parameter indicating that the starting of the application program is push call to the application program through the specific interface, so that the application program skips a home page of the application program according to the target parameter, and displaying a landing page of a push message. The display efficiency of the push message landing page is improved.

Description

Floor page display method, device, equipment and medium for push message
Technical Field
The disclosure relates to the technical field of computers, in particular to the technical field of application programming and page configuration, and specifically relates to a floor page display method, device, equipment, medium and program product for pushing messages.
Background
When a user receives push messages from different Applications (APPs) on a terminal, on a notification center or a lock screen of the terminal, a message displayed on the screen is slid to the right to trigger an open button, or when the message is directly clicked, an interface seen by the user is typically a start page, a load page and a landing page of the APP from which the message is pushed, in sequence. When the message is slid leftwards, a management, viewing and clearing button can appear, if a user clicks the viewing button, a menu can be popped up, wherein an opening option can be contained, and when the opening option is clicked, an APP starting page, an APP home page, a loading page and a landing page corresponding to the message in the APP can be sequentially opened.
As described above, in clicking open messages in a left-hand manner, one more APP home page needs to be loaded than in right-hand messages or direct click messages. But for the user, the user clicks the notification message to view the content corresponding to the message, and the APP home page does not need to be viewed. Therefore, in the left-hand flow, the display efficiency of the message landing page is low.
Disclosure of Invention
The disclosure provides a floor page display method, device, equipment, medium and program product for push messages.
According to one aspect of the present disclosure, there is provided a landing page display method of a push message, including:
responding to the opening operation of a push message of an application program on a terminal by a user, and determining whether the starting of the application program is push call;
and responding to callback of a specific interface of the terminal system after the application program is started, if the starting of the application program is push call, transmitting a target parameter indicating that the starting of the application program is push call to the application program through the specific interface, so that the application program skips a home page of the application program according to the target parameter, and displaying a landing page of the push message.
According to another aspect of the present disclosure, there is provided a landing page display device for pushing a message, including:
the parameter analysis module is used for responding to the opening operation of the pushing information of the application program on the terminal by the user and determining whether the starting of the application program is pushing and calling;
and the target parameter transfer module is used for responding to callback of a specific interface of the terminal system after the application program is started, and if the application program is started to be pushed, the target parameter which indicates that the application program is started to be pushed is transferred to the application program through the specific interface, so that the application program skips a home page of the application program according to the target parameter, and a landing page of the push message is displayed.
According to another aspect of the present disclosure, there is provided an electronic device including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the floor page display method of push messages according to any embodiment of the present disclosure.
According to another aspect of the present disclosure, there is provided a non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform the landing page display method of push messages according to any embodiment of the present disclosure.
According to another aspect of the present disclosure, there is provided a computer program product comprising a computer program which, when executed by a processor, implements the landing page display method of push messages according to any embodiment of the present disclosure.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the disclosure, nor is it intended to be used to limit the scope of the disclosure. Other features of the present disclosure will become apparent from the following specification.
Drawings
The drawings are for a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
fig. 1 is a schematic diagram of a landing page display method of push messages according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of a method of floor page display of push messages according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a method of floor page display of push messages according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a landing page display device for pushing messages according to an embodiment of the present disclosure;
fig. 5 is a block diagram of an electronic device for implementing a landing page display method of push messages according to an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below in conjunction with the accompanying drawings, which include various details of the embodiments of the present disclosure to facilitate understanding, and should be considered as merely exemplary. Accordingly, one of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
In the prior art, after an application program (APP) is started, whether an APP home page needs to be loaded before entering a landing page of a push message is determined according to a target parameter acquired from a callback of a specific interface provided by a terminal system in the APP starting process. If the target parameter is empty, loading and displaying an APP home page; if the target parameter is not null, the first page is skipped and the page directly enters the landing page. Whether the target parameter is empty is determined by the terminal system according to a second parameter provided by the terminal system, and the value of the second parameter is related to triggering the opening operation of the push message. Therefore, in the prior art, the values of the second parameters corresponding to different opening operations are different, and the target parameter obtained by analyzing the value of the second parameter corresponding to the left-sliding operation by the terminal system is empty, so that the phenomenon that the front page of the application program is displayed in the left-sliding opening mode occurs, the display time of the message landing page is long, and the efficiency is low.
The embodiment of the disclosure solves the problems, and the application program can skip the APP home page to directly enter the push message landing page no matter what mode the user adopts to trigger the push message.
Fig. 1 is a flow chart of a method for displaying a landing page of a push message according to an embodiment of the present disclosure, where the embodiment may be applicable to a case where an application program is started and directly enters a landing page of a push message when a user triggers the push message on a terminal in any manner, and relates to the technical field of computers, in particular to the technical field of application program design and page configuration. The method can be implemented by a floor page display device for pushing messages, and the device is implemented in software and/or hardware, preferably configured in an electronic device, such as an intelligent terminal or a computer device. As shown in fig. 1, the method specifically includes the following steps:
s101, responding to the opening operation of a push message of an application program on a terminal by a user, and determining whether the starting of the application program is push call.
The opening operation may be any triggering manner of the push message, for example, including clicking the push message on a screen of the terminal, or sliding the push message right, or clicking an opening button after sliding the push message left. When the user triggers the push message, whether the application program corresponding to the current start is push call or not can be analyzed according to the existing mechanism of the terminal system.
S102, responding to callback of a specific interface of the terminal system after the application program is started, if the application program is started to be pushed, transmitting a target parameter indicating that the application program is started to be pushed to the application program through the specific interface, so that the application program skips a home page of the application program according to the target parameter, and displaying a landing page of a push message.
When the user triggers the push message, the terminal system calls the application program corresponding to the push message, and the specific interface provided by the terminal system is called back after the application program is started to acquire the parameters related to the starting application program. If the parameters comprise the target parameters which indicate that the application program is currently pushed and called, the application program skips the front page of the application program according to the target parameters, and the landing page of the push message is displayed.
It should be noted that, in the prior art, the terminal system analyzes the opening manner of the push message according to the user to obtain the target parameter. Specifically, when the user opens the push message by clicking the push message or sliding the push message right, the terminal system analyzes and obtains a target parameter indicating that the starting of the application program is push call; when the user opens the push message by sliding the push message left and clicking the open button, the terminal system cannot analyze and obtain the target parameter indicating that the starting of the application program is push call, so that the user experiences inconsistent under different opening operations. In the embodiment of the disclosure, no matter what the opening operation of the user to the push message is, when the terminal system determines that the starting of the application program is push call, the terminal system transmits the target parameter indicating that the starting of the application program is push call to the application program through the specific interface, and the application program is not limited by the opening operation mode, so that the application program can skip the home page of the application program according to the target parameter and directly display the landing page of the push message.
According to the technical scheme, the terminal system determines whether the starting of the current application program is push call or not, and transmits the target parameter indicating that the starting of the application program is push call to the application program through the specific interface under the condition that the starting of the application program is push call, so that the application program can skip the process of loading the APP home page under different opening operations triggering the push message and directly push the landing page of the message, the opening speed of the feed stream landing page is optimized, and the display efficiency of the landing page is improved.
Fig. 2 is a flow chart of a method for displaying a landing page of a push message according to an embodiment of the present disclosure, where the embodiment is further optimized based on the foregoing embodiment. As shown in fig. 2, the method specifically includes the following steps:
s201, responding to the opening operation of a push message of an application program on the terminal by a user, and determining whether the starting of the application program is push call or not according to a first parameter provided by a terminal system.
S202, if the starting of the application program is push call, judging whether the opening operation is left-slide push message according to a second parameter provided by the terminal system, clicking an opening button, and if so, executing S203.
S203, modifying the current value of the second parameter to a value indicating that the opening operation is a click push message or a right-slide push message.
S204, responding to callback of a specific interface of the terminal system after the application program is started, transmitting a target parameter indicating that the starting of the application program is push calling to the application program through the specific interface according to the modified second parameter, so that the application program skips a home page of the application program according to the target parameter, and displaying a landing page of a push message.
The target parameter is obtained by analyzing the modified second parameter by the terminal system.
Specifically, when the user opens the corresponding APP by clicking, sliding left or sliding right the push message, the call stack of the terminal system is the same, and whether the parameters of the push-call APP are all present or not is judged, i.e. the first parameter, and the terminal system can determine whether the starting of the application program is push-call or not through the value of the first parameter. The difference is that the opening operation of the push message is also different in terms of parameters, i.e. the second parameter. The terminal system can judge whether the opening operation is to directly click the push message, right-slide the push message or left-slide the push message and then click the opening button through the value of the second parameter. And by calling back the specific interface, the application program can confirm whether the current push call is started according to the target parameter transmitted by the terminal system, so as to determine whether the APP home page is to be loaded, and the target parameter is obtained by analyzing the terminal system according to the value of the second parameter.
Therefore, in order to enable different opening operations to trigger the push message, the application program skips the APP home page and directly enters the landing page of the push message, and in the embodiment of the disclosure, after determining that the starting of the application program is push-up according to the first parameter, it is further required to further determine whether the opening operation is left-sliding push message according to the second parameter, and then click the opening button. And if so, modifying the current value of the second parameter to a value representing that the opening operation is a click push message or a right-slide push message. When the application program calls back the specific interface of the terminal system, the terminal system analyzes the modified second parameter to obtain the target parameter indicating that the starting of the application program is push call, and transmits the target parameter to the application program through the specific interface, so that the application program skips the home page of the application program according to the target parameter, and the landing page of the push message is displayed.
If the current opening operation is judged to be the click push message or the right-slide push message according to the second parameter, the terminal system can directly obtain the target parameter through analysis without modifying the value of the second parameter and transmit the target parameter to the application program through a specific interface.
According to the technical scheme, whether the current push call is made or not is confirmed through the first parameter provided by the terminal system, when the current push call is confirmed, opening operation of a current trigger push message is further confirmed according to the second parameter, after the current push call is made and the current opening operation is left-sliding push message, an opening button is clicked, the value of the second parameter is modified, the modified value can be analyzed by the terminal system to obtain a target parameter indicating that starting of an application program is push call and is transmitted to the application program, and therefore the application program can skip a process of loading and displaying an APP home page under different opening operations of the trigger push message to directly reach a landing page of the push message, so that opening speed of a feed stream landing page is optimized, and display efficiency of the landing page is improved.
Fig. 3 is a flow chart of a method for displaying a landing page of a push message according to an embodiment of the present disclosure, where the embodiment is further optimized based on the foregoing embodiment. As shown in fig. 3, the method specifically includes the following steps:
s301, analyzing a first parameter.
S302, judging whether the push call is made, if so, executing S303, otherwise executing S305.
Specifically, the terminal system responds to the opening operation of the push message of the application program on the terminal by the user, and determines whether the starting of the application program is push call or not according to the first parameter provided by the terminal system. The opening operation comprises clicking push message, right-sliding push message or left-sliding push message on the screen of the terminal, and clicking an opening button. Of course, other types of opening operations are possible here, and the disclosure is not limited in any way.
S303, judging whether the value of the second parameter is a preset value, if so, executing S304, and then executing S305, otherwise, directly executing S305.
S304, modifying the value of the second parameter to be a specified value.
The second parameter provided by the terminal system is related to triggering an open operation of the push message for indicating a different open operation of the push message. In the prior art, when the opening operation is a mode of clicking the opening button after left sliding, the value of the second parameter is the preset value. When the value of the second parameter is a preset value, the target parameter obtained by the terminal system through analyzing the second parameter is null, and when the application program starts a specific interface of the callback terminal system, the APP home page is directly opened if the obtained target parameter is null.
Therefore, in the embodiment of the disclosure, when the terminal system determines that the push call is currently set according to the first parameter and obtains that the value of the second parameter is a preset value, the value of the second parameter is actively modified, and is modified to be a specified value. And the value of the second parameter is a specified value indicating that the open operation is a click push message, or a right-slide push message. When the value of the second parameter is a specified value, the target parameter acquired by the terminal system through analyzing the second parameter is not null, and when the application program starts a specific interface of the callback terminal system, the APP home page is not opened after the target parameter is acquired to be not null.
S305, receiving a system APP starting completion callback.
S306, judging whether the target parameter is empty, if so, executing S309, otherwise executing S307.
The application program obtains the target parameters through an interface provided by the callback terminal system, judges whether the target parameters are empty, and directly enters the APP home page if the target parameters are empty.
S307, judging whether the push call is made, if so, executing S308, otherwise executing S309.
In this embodiment, if the target parameter is not null, the application program further needs to further confirm whether the push call is made according to other parameters returned by the system in the callback process, where the parameters are provided in an interface disclosed by the terminal system, and are not described herein.
S308, entering a landing page.
Wherein the information is transferred to the application program along with the target parameters, and information related to the push message is included, so that the application program opens a landing page of the push message according to the information.
S309, entering an APP home page.
According to the technical scheme, whether the current push call is carried out or not is confirmed through the parameters provided by the terminal system, meanwhile, the opening operation of the current trigger push message is further confirmed, when the current push call is carried out and the value of the current second parameter is a preset value, the value of the second parameter is modified to be a specified value, the terminal system is enabled to analyze the modified second parameter to obtain a target parameter which is not null, when the application program calls back a specific interface provided by the terminal system, the target parameter is prevented from entering an APP home page due to the null, meanwhile, when the current push call is further confirmed, the application program directly enters a landing page of the push message, so that the application program can skip the process of loading and displaying the APP home page under the opening operation of different trigger push messages and directly reach the landing page of the push message, the opening speed of the feed stream landing page is optimized, and the display efficiency of the landing page is improved.
Fig. 4 is a schematic structural diagram of a landing page display device for push messages according to an embodiment of the present disclosure, where the embodiment may be applicable to a case where an application program is started and directly enters a landing page of a push message when a user triggers the push message on a terminal in any manner, and relates to the technical field of computers, in particular to the technical field of application program design and page configuration. The device can realize the floor page display method of the push message according to any embodiment of the disclosure. As shown in fig. 4, the apparatus 400 specifically includes:
a parameter parsing module 401, configured to determine whether the start of an application program on a terminal is push call in response to an opening operation of a push message of the application program by a user;
and the target parameter transfer module 402 is configured to respond to a callback to a specific interface of the terminal system after the application program is started, and if the application program is started to be pushed, transfer a target parameter indicating that the application program is started to be pushed to the application program through the specific interface, so that the application program skips a home page of the application program according to the target parameter, and display a landing page of the push message.
Optionally, the opening operation includes clicking the push message on a screen of the terminal, or right-sliding the push message, or left-sliding the push message, and then clicking an opening button.
Optionally, the parameter parsing module 401 is specifically configured to:
and determining whether the starting of the application program is push call or not according to a first parameter provided by a terminal system, wherein the first parameter is obtained by analyzing the opening operation of the terminal system to the user.
Optionally, the device further includes a parameter modification module, specifically configured to perform the following operation before the target parameter delivery module delivers, to the application program through the specific interface, a target parameter indicating that the start of the application program is push call:
if the starting of the application program is push call, judging whether the opening operation is left-sliding of the push message or not according to a second parameter provided by the terminal system, and clicking an opening button;
if yes, modifying the current value of the second parameter to a value indicating that the opening operation is to click the push message or slide the push message right;
the target parameter is obtained by analyzing the modified second parameter by the terminal system.
Optionally, the information related to the push message is transferred to the application program along with the target parameter.
The product can execute the method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of executing the method.
In the technical scheme of the disclosure, the related processes of collecting, storing, using, processing, transmitting, providing, disclosing and the like of the personal information of the user accord with the regulations of related laws and regulations, and the public order colloquial is not violated.
According to embodiments of the present disclosure, the present disclosure also provides an electronic device, a readable storage medium and a computer program product.
Fig. 5 illustrates a schematic block diagram of an example electronic device 500 that may be used to implement embodiments of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 5, the apparatus 500 includes a computing unit 501 that can perform various suitable actions and processes according to a computer program stored in a Read Only Memory (ROM) 502 or a computer program loaded from a storage unit 508 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data required for the operation of the device 500 can also be stored. The computing unit 501, ROM 502, and RAM503 are connected to each other by a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
Various components in the device 500 are connected to the I/O interface 505, including: an input unit 506 such as a keyboard, a mouse, etc.; an output unit 507 such as various types of displays, speakers, and the like; a storage unit 508 such as a magnetic disk, an optical disk, or the like; and a communication unit 509 such as a network card, modem, wireless communication transceiver, etc. The communication unit 509 allows the device 500 to exchange information/data with other devices via a computer network such as the internet and/or various telecommunication networks.
The computing unit 501 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of computing unit 501 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, etc. The computing unit 501 performs the various methods and processes described above, such as the floor page display method of push messages. For example, in some embodiments, the floor page display method of push messages may be implemented as a computer software program tangibly embodied on a machine-readable medium, such as the storage unit 508. In some embodiments, part or all of the computer program may be loaded and/or installed onto the device 500 via the ROM 502 and/or the communication unit 509. When the computer program is loaded into RAM503 and executed by the computing unit 501, one or more steps of the above-described floor page display method of pushing messages may be performed. Alternatively, in other embodiments, the computing unit 501 may be configured to perform the floor page display method of push messages in any other suitable way (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for carrying out methods of the present disclosure may be written in any combination of one or more programming languages. These program code may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus such that the program code, when executed by the processor or controller, causes the functions/operations specified in the flowchart and/or block diagram to be implemented. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computer system may include a client and a server. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome. The server may also be a server of a distributed system or a server that incorporates a blockchain.
Artificial intelligence is the discipline of studying the process of making a computer mimic certain mental processes and intelligent behaviors (e.g., learning, reasoning, thinking, planning, etc.) of a person, both hardware-level and software-level techniques. Artificial intelligence hardware technologies generally include technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing, and the like; the artificial intelligent software technology mainly comprises a computer vision technology, a voice recognition technology, a natural language processing technology, a machine learning/deep learning technology, a big data processing technology, a knowledge graph technology and the like.
Cloud computing (cloud computing) refers to a technical system that a shared physical or virtual resource pool which is elastically extensible is accessed through a network, resources can comprise servers, operating systems, networks, software, applications, storage devices and the like, and resources can be deployed and managed in an on-demand and self-service mode. Through cloud computing technology, high-efficiency and powerful data processing capability can be provided for technical application such as artificial intelligence and blockchain, and model training.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps recited in the present disclosure may be performed in parallel, sequentially, or in a different order, provided that the desired results of the technical solutions provided by the present disclosure are achieved, and are not limited herein.
The above detailed description should not be taken as limiting the scope of the present disclosure. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (8)

1. A floor page display method of push messages comprises the following steps:
responding to the opening operation of a push message of an application program on a terminal system by a user, and determining whether the starting of the application program is push call;
if the starting of the application program is push call, judging whether the opening operation is left-sliding of the push message or not according to a second parameter provided by the terminal system, and clicking an opening button;
if yes, modifying the current value of the second parameter to a value indicating that the opening operation is to click the push message or slide the push message right;
and responding to callback of a specific interface of the terminal system after the application program is started, returning parameters provided in the interface disclosed by the terminal system to the application program, if the starting of the application program is push call, transmitting target parameters indicating that the starting of the application program is push call to the application program through the specific interface, so that the application program determines whether the application program is push call according to the parameters provided in the interface disclosed by the terminal system, and when the application program determines that the starting of the application program is push call, skipping a first page of the application program according to the target parameters, and displaying a landing page of the push message.
2. The method of claim 1, wherein the opening operation comprises clicking on the push message, or right-sliding the push message, or left-sliding the push message followed by clicking on an open button on a screen of the terminal.
3. The method of claim 1, wherein the determining whether the launch of the application is a push call comprises:
and determining whether the starting of the application program is push call or not according to a first parameter provided by a terminal system, wherein the first parameter is obtained by analyzing the opening operation of the terminal system to the user.
4. The method of claim 1, wherein the information passed to the application along with the target parameter further comprises information related to the push message.
5. A floor page display device for pushing messages, comprising:
the parameter analysis module is used for responding to the opening operation of a user on a push message of an application program on the terminal system and determining whether the starting of the application program is push call;
the modification module is used for judging whether the opening operation is left-sliding of the push message or not according to a second parameter provided by the terminal system and clicking an opening button if the starting of the application program is push call;
the modification module is further configured to modify, if the determination is yes, the current value of the second parameter to a value that indicates that the opening operation is to click on the push message or to slide the push message right;
and the target parameter transfer module is used for responding to callback of a specific interface of the terminal system after the application program is started, returning other parameters provided in the interface disclosed by the terminal system to the application program, transferring target parameters which indicate that the starting of the application program is push call to the application program through the specific interface if the starting of the application program is push call, determining whether the application program is push call according to the parameters provided in the interface disclosed by the terminal system, and skipping the home page of the application program according to the target parameters by the application program when the application program determines that the starting of the application program is push call, and displaying the landing page of the push message.
6. The apparatus of claim 5, wherein the opening operation comprises clicking on the push message, or right-sliding the push message, or left-sliding the push message followed by clicking on an open button on a screen of the terminal.
7. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the floor page display method of push messages of any one of claims 1-4.
8. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform the floor page display method of push messages according to any one of claims 1-4.
CN202111572856.2A 2021-12-21 2021-12-21 Floor page display method, device, equipment and medium for push message Active CN114265535B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111572856.2A CN114265535B (en) 2021-12-21 2021-12-21 Floor page display method, device, equipment and medium for push message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111572856.2A CN114265535B (en) 2021-12-21 2021-12-21 Floor page display method, device, equipment and medium for push message

Publications (2)

Publication Number Publication Date
CN114265535A CN114265535A (en) 2022-04-01
CN114265535B true CN114265535B (en) 2024-02-27

Family

ID=80828900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111572856.2A Active CN114265535B (en) 2021-12-21 2021-12-21 Floor page display method, device, equipment and medium for push message

Country Status (1)

Country Link
CN (1) CN114265535B (en)

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104639721A (en) * 2013-11-06 2015-05-20 阿里巴巴集团控股有限公司 Method and device for providing application information in mobile terminal device
CN106066796A (en) * 2016-05-31 2016-11-02 北京金山安全软件有限公司 Message reminding method and device and mobile terminal
CN107678641A (en) * 2017-09-08 2018-02-09 维沃移动通信有限公司 A kind of method and mobile terminal into target display interface
CN108255371A (en) * 2018-01-18 2018-07-06 广东欧珀移动通信有限公司 A kind of method for pushing of information, mobile terminal and storage medium
CN108848142A (en) * 2018-05-31 2018-11-20 康键信息技术(深圳)有限公司 Information push method, device, computer equipment and storage medium
CN109408679A (en) * 2018-09-28 2019-03-01 平安科技(深圳)有限公司 Method, apparatus, electronic equipment and the storage medium of intelligent management application program
CN109767259A (en) * 2018-12-15 2019-05-17 深圳壹账通智能科技有限公司 Based on operation event promotion method, apparatus, equipment and the medium for burying point data
CN110673772A (en) * 2019-10-10 2020-01-10 北京无限光场科技有限公司 Page returning method and device, electronic equipment and computer readable medium
WO2020097908A1 (en) * 2018-11-16 2020-05-22 深圳市欢太科技有限公司 Method and apparatus for jumping to page, and storage medium and electronic device
CN111273986A (en) * 2020-01-20 2020-06-12 北京无限光场科技有限公司 Page jump method and device of application program, electronic equipment and storage medium
CN111290797A (en) * 2020-01-20 2020-06-16 北京字节跳动网络技术有限公司 Page switching method, client, server, electronic equipment and system
CN111309617A (en) * 2020-02-21 2020-06-19 北京字节跳动网络技术有限公司 Application program control method and device, storage medium and electronic equipment
CN112035744A (en) * 2020-08-31 2020-12-04 中国建设银行股份有限公司 Page recommendation method, device, equipment and storage medium
CN112346574A (en) * 2020-09-25 2021-02-09 北京淇瑀信息科技有限公司 Path guiding method and device based on android APP browsing and electronic equipment
CN112650549A (en) * 2020-12-23 2021-04-13 平安普惠企业管理有限公司 Page jump method, device, terminal and storage medium
CN112764846A (en) * 2020-12-31 2021-05-07 北京达佳互联信息技术有限公司 Interface display method and device, electronic equipment and storage medium
CN112836156A (en) * 2021-01-27 2021-05-25 网易传媒科技(北京)有限公司 Page switching method and device, electronic equipment and computer readable storage medium
CN113568674A (en) * 2021-06-29 2021-10-29 五八有限公司 Page data loading method, page data loading device and electronic equipment
CN113625909A (en) * 2021-07-30 2021-11-09 北京达佳互联信息技术有限公司 Application page display method and device, electronic equipment and storage medium
CN113760150A (en) * 2021-09-22 2021-12-07 北京字跳网络技术有限公司 Page processing method, device, equipment and storage medium
CN113805747A (en) * 2021-08-12 2021-12-17 荣耀终端有限公司 Information reminding method, electronic equipment and computer readable storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150178843A1 (en) * 2013-12-20 2015-06-25 Bank Of America Corporation Interactive Retirement Planning
WO2016036546A2 (en) * 2014-09-02 2016-03-10 Apple Inc. Reduced-size notification interface

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104639721A (en) * 2013-11-06 2015-05-20 阿里巴巴集团控股有限公司 Method and device for providing application information in mobile terminal device
CN106066796A (en) * 2016-05-31 2016-11-02 北京金山安全软件有限公司 Message reminding method and device and mobile terminal
CN107678641A (en) * 2017-09-08 2018-02-09 维沃移动通信有限公司 A kind of method and mobile terminal into target display interface
CN108255371A (en) * 2018-01-18 2018-07-06 广东欧珀移动通信有限公司 A kind of method for pushing of information, mobile terminal and storage medium
CN108848142A (en) * 2018-05-31 2018-11-20 康键信息技术(深圳)有限公司 Information push method, device, computer equipment and storage medium
CN109408679A (en) * 2018-09-28 2019-03-01 平安科技(深圳)有限公司 Method, apparatus, electronic equipment and the storage medium of intelligent management application program
WO2020097908A1 (en) * 2018-11-16 2020-05-22 深圳市欢太科技有限公司 Method and apparatus for jumping to page, and storage medium and electronic device
CN113056724A (en) * 2018-11-16 2021-06-29 深圳市欢太科技有限公司 Page skipping method and device, storage medium and electronic equipment
CN109767259A (en) * 2018-12-15 2019-05-17 深圳壹账通智能科技有限公司 Based on operation event promotion method, apparatus, equipment and the medium for burying point data
CN110673772A (en) * 2019-10-10 2020-01-10 北京无限光场科技有限公司 Page returning method and device, electronic equipment and computer readable medium
CN111290797A (en) * 2020-01-20 2020-06-16 北京字节跳动网络技术有限公司 Page switching method, client, server, electronic equipment and system
CN111273986A (en) * 2020-01-20 2020-06-12 北京无限光场科技有限公司 Page jump method and device of application program, electronic equipment and storage medium
CN111309617A (en) * 2020-02-21 2020-06-19 北京字节跳动网络技术有限公司 Application program control method and device, storage medium and electronic equipment
CN112035744A (en) * 2020-08-31 2020-12-04 中国建设银行股份有限公司 Page recommendation method, device, equipment and storage medium
CN112346574A (en) * 2020-09-25 2021-02-09 北京淇瑀信息科技有限公司 Path guiding method and device based on android APP browsing and electronic equipment
CN112650549A (en) * 2020-12-23 2021-04-13 平安普惠企业管理有限公司 Page jump method, device, terminal and storage medium
CN112764846A (en) * 2020-12-31 2021-05-07 北京达佳互联信息技术有限公司 Interface display method and device, electronic equipment and storage medium
CN112836156A (en) * 2021-01-27 2021-05-25 网易传媒科技(北京)有限公司 Page switching method and device, electronic equipment and computer readable storage medium
CN113568674A (en) * 2021-06-29 2021-10-29 五八有限公司 Page data loading method, page data loading device and electronic equipment
CN113625909A (en) * 2021-07-30 2021-11-09 北京达佳互联信息技术有限公司 Application page display method and device, electronic equipment and storage medium
CN113805747A (en) * 2021-08-12 2021-12-17 荣耀终端有限公司 Information reminding method, electronic equipment and computer readable storage medium
CN113760150A (en) * 2021-09-22 2021-12-07 北京字跳网络技术有限公司 Page processing method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Web应用程序数据源接口参数传递算法分析研究;梁广民, 王津涛, 田坤;计算机工程与设计(第05期);第1170-1172页 *

Also Published As

Publication number Publication date
CN114265535A (en) 2022-04-01

Similar Documents

Publication Publication Date Title
CN114449327B (en) Video clip sharing method and device, electronic equipment and readable storage medium
CN112528641A (en) Method and device for establishing information extraction model, electronic equipment and readable storage medium
CN114218890A (en) Page rendering method and device, electronic equipment and storage medium
CN113778644B (en) Task processing method, device, equipment and storage medium
CN114265535B (en) Floor page display method, device, equipment and medium for push message
CN114071192A (en) Information acquisition method, terminal, server, electronic device, and storage medium
CN113703793B (en) Application installation method, device, equipment and medium for cloud mobile phone
CN113448668B (en) Method and device for skipping popup window and electronic equipment
CN114237755A (en) Application running method and device, electronic equipment and storage medium
CN113849758A (en) Webpage index generation method and device, electronic equipment and storage medium
CN112817463A (en) Method, equipment and storage medium for acquiring audio data by input method
CN112540804A (en) Applet running method and device, electronic equipment and medium
CN114428646B (en) Data processing method and device, electronic equipment and storage medium
CN114422638B (en) Cloud mobile phone control method, device, equipment, medium and program product
CN113360407B (en) Function positioning method and device, electronic equipment and readable storage medium
CN113835893B (en) Data processing method, device, equipment, storage medium and program product
CN113378087B (en) Page processing method, page processing device, electronic equipment and storage medium
CN114237752A (en) Display method and device of pushed page, electronic equipment and storage medium
CN114116095B (en) Input method, input device, electronic equipment, medium and product
CN114860455B (en) Request processing method, device, equipment and storage medium
CN114841648B (en) Material distribution method, device, electronic equipment and medium
CN114115657B (en) Display mode switching method, device, equipment and medium of cloud mobile phone
CN114399333A (en) Method, device, equipment and storage medium for detecting medium information releasing effect
CN116339586A (en) Webpage screenshot method and device, electronic equipment and storage medium
CN114500519A (en) Communication method, device, equipment and storage medium based on cloud mobile phone

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