CN110737491A - Notification display method, device, equipment and computer readable storage medium - Google Patents

Notification display method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN110737491A
CN110737491A CN201810804228.4A CN201810804228A CN110737491A CN 110737491 A CN110737491 A CN 110737491A CN 201810804228 A CN201810804228 A CN 201810804228A CN 110737491 A CN110737491 A CN 110737491A
Authority
CN
China
Prior art keywords
notification
notification information
rendering
rendering result
resource address
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.)
Granted
Application number
CN201810804228.4A
Other languages
Chinese (zh)
Other versions
CN110737491B (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 ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network 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 ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201810804228.4A priority Critical patent/CN110737491B/en
Publication of CN110737491A publication Critical patent/CN110737491A/en
Application granted granted Critical
Publication of CN110737491B publication Critical patent/CN110737491B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

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

Abstract

The disclosure relates to notification display methods, devices, equipment and computer readable storage media.

Description

Notification display method, device, equipment and computer readable storage medium
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to notification display methods, apparatuses, devices, and computer-readable storage media.
Background
With the rapid development of services, platforms usually issue corresponding notifications according to their service conditions.
At present, an Android system (Android) supports two types of notifications, are notifications with default layouts of an operating system, are notifications with custom layouts, and the layout files in the operating system layout files or Application programs (APP for short, also called client applications) used by the notifications are predefined, and the notification interfaces (or the typesetting styles of the notifications) are fixed.
Disclosure of Invention
The present disclosure is directed to novel notification display methods, apparatuses, devices, and computer-readable storage media.
The purpose of the present disclosure is achieved by the following technical means. The notification display method provided according to the present disclosure includes the steps of: receiving notification information, wherein the notification information comprises notification content and a typesetting style; rendering the received notification information and displaying the notification information in a notification bar so as to display the notification content with the typesetting style in the notification bar.
The object of the present disclosure can be achieved by the following technical measures at step .
The notification display method comprises the steps that the th process receives the notification information, the rendering and displaying of the received notification information in the notification column comprise the steps that the th process transmits the notification information to the second process, the second process renders the notification information to obtain a th rendering result, and the th rendering result is displayed in the notification column.
The method for displaying the notification comprises the steps of transmitting a th resource address from the th process to the second process, wherein the th resource address is the resource address of the notification information, and the step of rendering the notification information by the second process to obtain a th rendering result comprises the step of rendering the notification information by the second process according to the th resource address to obtain the th rendering result.
The notification display method comprises the steps that the th process receives the notification information, the rendering and displaying of the received notification information in the notification bar comprise the steps that the th process renders the notification information to obtain a second rendering result, the second rendering result is transmitted to a third process from the th process, and the third process loads the second rendering result to display the second rendering result in the notification bar.
In the notification display method, the transferring the second rendering result from the process to the third process includes transferring a second resource address from the process to the third process, where the second resource address is the resource address of the second rendering result, and the loading the second rendering result by the third process to display the second rendering result in the notification bar includes loading the second rendering result by the third process according to the second resource address.
The method for displaying the notification, wherein the resource address includes a resource locator URL and/or a file path of the system .
In the notification display method, the notification information is described in a WEB page form.
In the method for displaying a notification, the transferring of the notification information from the th process to the second process or the transferring of the second rendering result from the th process to the third process is performed between the th process and the second process or between the th process and the third process through a remote view.
The purpose of the present disclosure is also achieved by the following technical solutions. The notice display device that is proposed according to this disclosure includes: a receiving unit configured to receive notification information, the notification information including notification content and a layout style; the rendering unit is used for rendering the received notification information to obtain a rendering result; the display unit is used for displaying the rendering result in a notification bar; to present the notification content having the layout style in the notification bar.
The object of the present disclosure can be achieved by the following technical measures at step .
The notification display device comprises an th process module, a th inter-process communication module and a second process module, wherein the th process module comprises the receiving unit, the receiving unit is used for receiving the notification information, the th inter-process communication module is used for transmitting the notification information from the th process module to the second process module, the second process module comprises the rendering unit and the display unit, the rendering unit is specifically used for rendering the notification information to obtain a th rendering result, and the display unit is specifically used for displaying the th rendering result in the notification bar.
The notification display apparatus is configured to, wherein the inter-process communication module is specifically configured to transfer a th resource address from the th process to the second process, wherein the th resource address is a resource address of the notification information, and the rendering unit is specifically configured to render the notification information according to the th resource address to obtain the th rendering result.
The device for displaying the notification comprises an th process module, a second inter-process communication module and a third process module, wherein the th process module comprises the receiving unit and the rendering unit, the receiving unit is used for receiving the notification information, the rendering unit is specifically used for rendering the notification information to obtain a second rendering result, the second inter-process communication module is used for transmitting the second rendering result from the th process module to the third process module, and the third process module comprises the displaying unit which is used for loading the second rendering result to display the second rendering result in the notification bar.
In the notification presentation apparatus, the second inter-process communication module is specifically configured to transfer a second resource address from the th process to the third process, where the second resource address is a resource address of the second rendering result, and the presentation unit is specifically configured to load the second rendering result according to the second resource address.
The notification display apparatus as described above, wherein the resource address includes a system resource locator URL and/or a file path.
In the notification display apparatus, the notification information is described in a WEB page form.
In the notification display apparatus, the inter-process communication module is specifically configured to transmit the notification information between the process and the second process through a remote view.
In the notification presentation apparatus, the second inter-process communication module is specifically configured to transmit the second rendering result between the th process and the third process through a remote view.
The kinds of devices proposed according to the present disclosure include a memory for storing non-transitory computer readable instructions and a processor for executing the computer readable instructions such that the processor implements any of the notification presentation methods when executed.
computer-readable storage media are presented in accordance with the present disclosure for storing non-transitory computer-readable instructions that, when executed by a computer, cause the computer to perform any of the notification display methods described above.
The foregoing is a summary of the present disclosure, and for the purposes of promoting a clear understanding of the technical means of the present disclosure, the present disclosure may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
Drawings
Fig. 1 is a block flow diagram of a notification presentation method of embodiments of the present disclosure.
Fig. 2A, 2B, and 2C are schematic diagrams of three notifications exhibited using the notification presentation method of embodiments of the present disclosure in a situation where three different notification information about a sporting event, about an entertainment leader board, about a music application assistant is received.
Fig. 3 is a flow chart of embodiments of the present disclosure for implementing dynamic notifications through interactions between application programs and operating system processes.
Fig. 4 is a block flow diagram of a notification presentation method of another embodiment of the present disclosure.
Fig. 5 is a block flow diagram of a notification presentation method of yet another embodiment of the present disclosure.
FIG. 6 is a block diagram of a notification display device of embodiments of the present disclosure.
Fig. 7 is a block diagram of a notification display device according to another embodiment of the disclosure.
FIG. 8 is a block diagram of a notification display device of yet another embodiment of the present disclosure.
Fig. 9 is a hardware block diagram of a device of embodiments of the present disclosure.
Fig. 10 is a schematic diagram of a computer-readable storage medium of embodiments of the present disclosure.
Fig. 11 is a block diagram of a terminal device according to embodiments of the present disclosure.
Detailed Description
To further explain the technical means and effects of the present disclosure for achieving the intended purpose, the following detailed description of the embodiments, structures, features and effects of the notification display method, device, apparatus and computer-readable storage medium according to the present disclosure will be made with reference to the accompanying drawings and preferred embodiments.
To facilitate an understanding of the present application, the following brief description of the terms referred to herein:
the dynamic notification refers to the notification of determining the notification content and the typesetting style according to the business requirements on the premise of not re-issuing the application program.
Fig. 1 is a schematic flow chart diagram of embodiments of a notification display method according to the present disclosure, referring to fig. 1, the notification display method according to the present disclosure mainly includes the following steps:
in step S11, notification information is received, the notification information including notification content and a layout style.
It should be noted that the received notification information is pushed by the service side (or referred to as the server side). For example, the notification information of a certain website AA in the browser is determined and sent out by a third-party service platform operating the website AA according to service requirements. The notification content and the typesetting style of the notification information are different for different business requirements, such as sports game conditions, entertainment leaderboards, music application assistants and the like.
Step S12, rendering the received notification information and displaying in a notification bar, so as to display the notification content with the layout style in the notification bar.
2A, 2B, 2C are schematic diagrams of three notifications respectively presented at a notification bar in the case of receiving three different notification information using the notification presentation method of the present disclosure, wherein in the embodiment shown in FIG. 2A, the received and presented notification information is a sports game situation, in the embodiment shown in FIG. 2B, the received and presented notification information is an entertainment chart, in the embodiment shown in FIG. 2C, the received and presented notification information is a music application assistant, with the notification presentation method proposed by the present disclosure, when the received notification information is pieces of notification information including notification content and a layout style regarding a sports game situation, the notification shown in FIG. 2A is presented at the notification bar by rendering and presenting the notification information regarding the sports game situation, when the received notification information is pieces of notification information including notification content and a layout style regarding an entertainment chart, the notification information is presented at the notification bar, when the received notification information is a plurality of notification information including notification content and a different layout style, the notification information is presented at the music application assistant, and the notification information is presented at the notification bar by rendering and presenting the notification information in the notification chart, when the notification information is presented at the notification information is different display position, the notification information is presented by rendering and the music application, the notification information is presented at the notification bar, the notification information is displayed by rendering and the music application assistant, and the notification information is displayed by rendering and the music application.
According to the notification display method, the notification content and the typesetting style of the notification information are received, and the notification content is displayed according to the received typesetting style, so that dynamic notification is realized, the purpose of displaying the notification page according to the service requirement is realized, and the service expansion speed is accelerated.
In embodiments of the present disclosure, the notification presentation method of the present disclosure may be performed by an operating system such as the Android operating system and its derivatives.
In particular, WEB pages may be implemented by or more of HTML (hypertext markup language), JS (javascript, object-and event-driven-client-side scripting language), CSS (cascading style sheets), and the like, thereby enabling a variety of typesetting styles to meet different business requirements.
According to the notification display method, the notification information in the WEB page form is received, transmitted and displayed, so that dynamic notification is realized, the notification display efficiency is improved, the purpose of displaying the notification page according to business requirements is realized, and the business expansion speed is increased.
Please refer to fig. 3, in embodiments of the present disclosure, an application receives notification information including notification content and a composition style provided by a service party, and transfers the notification information to a corresponding operating system process through an inter-process communication manner, and finally performs display by the operating system process, specifically, the application (the application may also be referred to as a th process) receives the notification information sent by the service party, and then transfers the notification information directly to the corresponding operating system process for rendering and display (the operating system process for rendering and displaying the notification information may also be referred to as a second process) through the inter-process communication manner, or the application renders the notification information and transfers the notification information to the corresponding operating system process for display (the operating system process for displaying the result of rendering and displaying the notification information may also be referred to as a third process) as embodiments, and the application may be a javascript server, and sends the notification information to a user through a browser application.
It should be noted that the existing remote view only supports the delivery of layout files in preset layout styles (in practice, loaded with the id of the preset layout style) and cannot deliver dynamic notifications, so in the embodiments of the present disclosure, the remote view and the related operating system process need to be adjusted to support the delivery and reception of dynamic notifications, for example, in the aforementioned example that the notification information is in the form of WEB pages, the remote view and the related operating system process need to be adjusted to support the sending and receiving of resource addresses (e.g., system resource locator URL, file path, etc.) of the notification information in the form of WEB pages.
According to the notification display method, the notification information is transmitted and rendered through interaction between the application program and the operating system process and an interprocess communication mode, dynamic notification is achieved, the notification display efficiency is improved, the purpose of displaying the notification page according to business requirements is achieved, and the business expansion speed is increased.
In embodiments of the present disclosure, dynamic notification is implemented inside an operating system process, in which a service side determines notification information including notification content and a layout style, an application program receiving the notification information directly transfers the notification information to a corresponding operating system process, and the notification information is rendered and presented inside the operating system process.
Specifically, fig. 4 is a schematic flow chart diagram of embodiments of the notification display method of the present disclosure for implementing dynamic notification in the second process, please refer to fig. 4, as alternative embodiments, the notification display method of the present disclosure includes the following steps:
in step S21, the process receives notification information that includes notification content and a layout style, optionally the process is an application that receives the notification information, optionally the notification information is in the form of a WEB page that is implemented with HTML, JS, and CSS.
In step S22, the notification information is sent to the second process. The second process is an operating system process for rendering and exposing notifications.
Step S23, the second process receives the notification information, the second process renders the notification information to obtain a rendering result, and displays the rendering result in a notification bar, wherein the rendering result is in a format capable of being displayed in the notification bar, concretely, the second process executes steps including data reading, View creation, View rendering and the like, in the rendering process, information such as color, position, size and the like of different components is generated according to the notification information, and the rendering result is generated according to the information such as color, position, size and the like of the components, optionally, the rendering result is a local View (View).
Optionally, the present embodiment implements the transfer of the notification information between the th process and the second process through a remote view.
In specific examples, the aforementioned step S22 includes transferring a rd resource address from a th process to a second process via a remote view, wherein the th resource address is a resource address, such as a URL or file path, of notification information in the form of a WEB page while the aforementioned step S23 includes, via a remote view, the second process receiving the th resource address, the second process rendering the notification information in the form of a WEB page by loading the th resource address to obtain a th rendering.
In embodiments of the present disclosure, dynamic notification is implemented inside an application program, in which a service side determines notification information including notification content and a layout style, renders the notification information inside the application program that receives the notification information, and then passes a rendering result to a corresponding operating system process, where the operating system process exposes the rendering result.
Specifically, fig. 5 is a schematic flow chart diagram of a notification display method according to an embodiment of the present disclosure, where the dynamic notification is implemented in a process, please refer to fig. 5, and as alternative embodiments, the notification display method according to an example of the present disclosure includes the following steps:
in step S31, the process receives notification information that includes notification content and a layout style, optionally the process is an application that receives the notification information, optionally the notification information is in the form of a WEB page that is implemented with HTML, JS, and CSS.
Specifically, the process executes steps including data loading, page rendering, generation of a second rendering result, and the like, in the rendering process, information such as color, position, size, and the like of different components is generated according to the notification information, and then a second rendering result is generated according to the information such as color, position, size, and the like of the components.
In step S33, the second rendering result is sent to the third process. The third process is an operating system process for exposing notifications.
In step S34, the third process receives the second rendering result, and the third process loads the second rendering result for display in the notification bar. It should be noted that, in the process of loading the layout file and displaying the layout file in the third process, the third process renders the layout file, and displays the notification to the notification bar by rendering the layout file.
Optionally, in this embodiment, the transferring of the second rendering result between the th process and the third process is implemented by a remote view.
is a specific example, the aforementioned step S33 includes, through a remote view, passing a second resource address from a th process to a third process, wherein the second resource address is a resource address, e.g., a file path, of a second rendering result, while the aforementioned step S34 includes, through a remote view, the third process receiving the second resource address, the third process loading the second rendering result by loading the second resource address for presentation in a notification bar.
By using the notification display method provided by the disclosure, a business party determines notification information in a WEB page form according to requirements, sends the notification information in the WEB page form to an application program, and renders the notification information into a layout file in the application program or directly sends the notification information to an operating system for rendering, so that dynamic notification is realized, the display efficiency of the notification is greatly improved, the purpose of displaying the notification page according to the business requirements is realized, the application program does not need to be re-developed and re-issued when the notification typesetting style is changed, and the business expansion speed is accelerated.
Fig. 6 is a schematic structural diagram of 100 embodiments of the notification display apparatus 100 of the present disclosure, please refer to fig. 6, the notification display apparatus 100 of the present disclosure includes a receiving unit 101, a rendering unit 102 and a display unit 103.
The receiving unit 101 is configured to receive notification information, where the notification information includes notification content and a layout style. The rendering unit 102 is configured to render the received notification information to obtain a rendering result. The presentation unit 103 is configured to present the rendering result in a notification bar.
Referring to fig. 7, in embodiments of the present disclosure, the notification display apparatus 100 of the example of the present disclosure includes a th process module 110, a th inter-process communication module 120 and a second process module 130.
The th inter-process communication module 120 is configured to transmit the notification information from the th process module 110 to the second process module 130, the second process module 130 includes the aforementioned rendering unit 102 and a presentation unit 103, the rendering unit 102 is specifically configured to render the notification information to obtain a th rendering result, and the presentation unit 103 is specifically configured to present the th rendering result in a notification bar.
Optionally, the inter-process communication module 120 is specifically configured to transfer a th resource address from the th process module 110 to the second process module 130, wherein the th resource address is a resource address of the notification information, and the rendering unit 102 is specifically configured to render the notification information according to the th resource address to obtain the th rendering result.
Optionally, in this embodiment, the interprocess communication module 120 enables the transfer of the notification information between the th process module 110 and the second process module 130 through the remote view the th interprocess communication module 120 transfers the th resource address from the th process module 110 to the second process module 130 through the remote view.
Referring to fig. 8, in embodiments of the present disclosure, the notification display apparatus 100 of the example of the present disclosure includes a th process module 110, a second inter-process communication module 140 and a third process module 150.
The th process module 110 includes the aforementioned receiving unit 101 and rendering unit 102, the receiving unit 101 is configured to receive notification information, the rendering unit 102 is specifically configured to render the notification information to obtain a second rendering result, the second inter-process communication module 140 is configured to transfer the second rendering result from the th process module 110 to a third process module 150, the third process module 150 includes the aforementioned presentation unit 103, and the presentation unit 103 is specifically configured to load the second rendering result to present the second rendering result in a notification bar.
Optionally, the second inter-process communication module 140 is specifically configured to transfer a second resource address from the th process module 110 to the third process module 150, wherein the second resource address is a resource address of a second rendering result, and the presentation unit 103 is specifically configured to load the second rendering result according to the second resource address.
Optionally, in this embodiment, the second inter-process communication module 140 enables the transfer of the second rendering result between the th process module 110 and the third process module 150 through the remote view step, the second inter-process communication module 140 transfers the second resource address from the th process module 110 to the third process module 150 through the remote view.
In embodiments of the present disclosure, the aforementioned notification information is described in the form of a WEB page.
For a hardware implementation, various embodiments of the notification presentation method presented in this disclosure may be implemented using at least of Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), field programmable arrays (FPGAs), processors, controllers, microcontrollers, microprocessors, electronic units designed to perform the functions described herein, in cases various embodiments of the notification presentation method presented in this disclosure may be implemented in a controller, for a software implementation, various embodiments of the notification presentation method presented in this disclosure may be implemented with separate software modules that allow at least functions or operations to be performed.
FIG. 9 is a hardware block diagram illustrating an embodiment of the device according to the present disclosure As shown in FIG. 9, a device 200 according to an embodiment of the present disclosure includes a memory 201 and a processor 202, the components in the device 200 are interconnected by a bus system and/or other form of connection mechanism (not shown). the device 200 of the present disclosure may be implemented in a variety of forms including, but not limited to, a server or a mobile terminal device such as a mobile phone, a smart phone, a notebook computer, a digital player receiver, a PDA (personal digital Assistant), a PAD (PAD), a PMP (portable multimedia player), a navigation device, a vehicle mounted terminal device, a vehicle mounted display terminal, a vehicle mounted electronic rearview mirror, etc., as well as a fixed terminal device such as a digital TV, a desktop computer, etc.
Specifically, memory 201 may include or more computer program products that may include various forms of computer-readable storage media, such as volatile memory, such as Random Access Memory (RAM), and/or cache memory (cache), etc.
The processor 202 may be a Central Processing Unit (CPU) or other form of processing unit having data processing capabilities and/or instruction execution capabilities, and may control other components in the device 200 to perform desired functions in embodiments of the present disclosure, the processor 202 is configured to execute the computer readable instructions stored in the memory 201 to cause the device 200 to perform all or part of the steps of the notification presentation methods of the embodiments of the present disclosure previously described.
Fig. 10 is a schematic diagram illustrating a computer-readable storage medium according to an embodiment of the present disclosure. As shown in fig. 10, a computer-readable storage medium 300 having non-transitory computer-readable instructions 301 stored thereon according to an embodiment of the present disclosure. The non-transitory computer readable instructions 301, when executed by a processor, perform all or a portion of the steps of the notification presentation methods of the embodiments of the present disclosure described above.
The terminal device in the present disclosure may include, but is not limited to, mobile terminal devices such as a mobile phone, a smart phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a navigation apparatus, a vehicle-mounted terminal device, a vehicle-mounted display terminal, a vehicle-mounted electronic rearview mirror, etc., and fixed terminal devices such as a digital TV, a desktop computer, etc.
As shown in fig. 11, the terminal device 1100 may include a wireless communication unit 1110, an a/V (audio/video) input unit 1120, a user input unit 1130, a sensing unit 1140, an output unit 1150, a memory 1160, an interface unit 1170, a controller 1180, a power supply unit 1190, and the like. Fig. 11 shows a terminal device having various components, but it is to be understood that not all of the illustrated components are required to be implemented. More or fewer components may alternatively be implemented.
The terminal device 1100 may generate key input data to control various operations of the terminal device according to a command input by a user, the sensing unit 1140 detects a current state of the terminal device 1100, a position of the terminal device 1100, presence or absence of a touch input by a user to the terminal device 1100, an orientation of the terminal device 1100, acceleration or deceleration movement and direction of the terminal device 1100, and the like, and generates a command or signal for controlling an operation of the terminal device 1100, the interface unit 1170 serves as an interface through which at least external devices are connected to the terminal device 1100, the output unit 1150 is configured to provide output signals in a visual, audio, and/or tactile manner, the memory 1160 may store software programs and the like for processing and controlling operations performed by the controller 1180, or may temporarily store data that has been output or is to be output, the memory 1160 may include at least types of storage media, and the terminal device 1100 may perform radio communication with a storage function of a memory executing the memory through a network connection with the network, and the terminal device may perform a multimedia image processing and control operations, and may generally include a multimedia image processing module 1180, a multimedia display module, a multimedia display screen, a multimedia display.
For software implementation, the various embodiments of the notification presentation method presented in this disclosure may be implemented with separate software modules that allow at least functions or operations to be performed.
In the above, according to the notification display method, apparatus, device, and computer-readable storage medium according to the embodiments of the present disclosure, by receiving the notification content and the layout style of the notification information, and displaying the notification content according to the received layout style, a dynamic notification is achieved, a purpose of displaying the notification page according to a business requirement is achieved, and a business expansion speed is increased, step , the present disclosure enables a dynamic notification and an improvement in the display efficiency of the notification by receiving, transmitting, and displaying the notification information in the form of a WEB page, step , the present disclosure enables a dynamic notification and an improvement in the display efficiency of the notification by interacting between an application program and an operating system process and transmitting and rendering the resource address of the notification information in an inter-process communication manner, step , the present disclosure enables a dynamic notification and an improvement in the display efficiency of the notification by transmitting and loading the notification information and rendering the resource address of the rendering result using a remote view, and step , the present disclosure enables a dynamic notification to be rendered as a layout file or directly rendering the notification information to the operating system within the application program, and an improvement in the display efficiency of the notification information of the notification is greatly improved.
The foregoing describes the general principles of the present disclosure in conjunction with specific embodiments, however, it is noted that the advantages, effects, etc. mentioned in the present disclosure are merely examples and are not limiting, and they should not be considered essential to the various embodiments of the present disclosure. Furthermore, the foregoing disclosure of specific details is for the purpose of illustration and description and is not intended to be limiting, since the disclosure is not intended to be limited to the specific details so described.
The block diagrams of devices, apparatuses, systems referred to in this disclosure are only given as illustrative examples and are not intended to require or imply that the connections, arrangements, configurations, etc. must be made in the manner shown in the block diagrams. These devices, apparatuses, devices, systems may be connected, arranged, configured in any manner, as will be appreciated by those skilled in the art. Words such as "including," "comprising," "having," and the like are open-ended words that mean "including, but not limited to," and are used interchangeably therewith. The words "or" and "as used herein mean, and are used interchangeably with, the word" and/or, "unless the context clearly dictates otherwise. The word "such as" is used herein to mean, and is used interchangeably with, the phrase "such as but not limited to".
Also, as used herein, "or" as used in a list of items including "at least ," " or more," " or more" indicates a separate list, such that a list of, for example, "at least of A, B or C" or "A, B or of C" means a or B or C, or AB or AC or BC, or ABC (i.e., a and B and C) — further, the phrase "exemplary" does not mean that the described example is preferred or better than other examples.
It is also noted that in the apparatus and methods of the present disclosure, the components or steps may be broken down and/or recombined. These decompositions and/or recombinations are to be considered equivalents of the present disclosure.
Various changes, substitutions and alterations to the techniques described herein may be made without departing from the techniques of the teachings as defined by the appended claims. Moreover, the scope of the claims of the present disclosure is not limited to the particular aspects of the process, machine, manufacture, composition of matter, means, methods and acts described above. Processes, machines, manufacture, compositions of matter, means, methods, or acts, presently existing or later to be developed that perform substantially the same function or achieve substantially the same result as the corresponding aspects described herein may be utilized. Accordingly, the appended claims are intended to include within their scope such processes, machines, manufacture, compositions of matter, means, methods, or acts.
Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the disclosure.
The foregoing description has been presented for purposes of illustration and description. Furthermore, this description is not intended to limit embodiments of the disclosure to the form disclosed herein. While a number of example aspects and embodiments have been discussed above, those of skill in the art will recognize certain variations, modifications, alterations, additions and sub-combinations thereof.

Claims (12)

1, A notification display method, the method comprising:
receiving notification information, wherein the notification information comprises notification content and a typesetting style;
rendering the received notification information and displaying the notification information in a notification bar so as to display the notification content with the typesetting style in the notification bar.
2. The notification presentation method according to claim 1,
the receiving the notification information comprises that the th process receives the notification information;
the rendering and displaying the received notification information in a notification bar comprises the following steps:
passing the notification information from the th process to a second process,
and the second process renders the notification information to obtain an th rendering result, and displays the th rendering result in the notification bar.
3. The notification presentation method according to claim 2,
the transferring the notification information from the th process to the second process comprises transferring a th resource address from the th process to the second process, wherein the th resource address is the resource address of the notification information;
the rendering of the notification information by the second process to obtain a th rendering result comprises the rendering of the notification information by the second process according to the th resource address to obtain the th rendering result.
4. The notification presentation method according to claim 1,
the receiving the notification information comprises that the th process receives the notification information;
the rendering and displaying the received notification information in a notification bar comprises the following steps:
the process renders the notification information to obtain a second rendering result,
passing the second rendering result from the th process to a third process,
the third process loads the second rendering result to show the second rendering result in the notification bar.
5. The notification presentation method according to claim 4,
said passing the second rendering result from the process to the third process comprises passing a second resource address from the process to the third process, wherein the second resource address is a resource address of the second rendering result;
the third process loading the second rendering results to show the second rendering results in the notification bar comprises: and the third process loads the second rendering result according to the second resource address.
6. The notification presentation method of claim 3 or 5, wherein the resource address comprises a system resource locator, URL, and/or a file path.
7. The notification presentation method of any of claims 1-5, wherein the notification information is described in the form of a WEB page.
8. The notification presentation method of any of claims 2-5, wherein the passing of the notification information from the process to a second process, or the passing of the second rendering result from the process to a third process is through a remote view, between the process and the second process, or between the process and the third process.
A notification display apparatus of the type , the apparatus comprising:
a receiving unit configured to receive notification information, the notification information including notification content and a layout style;
the rendering unit is used for rendering the received notification information to obtain a rendering result;
the display unit is used for displaying the rendering result in a notification bar; to present the notification content having the layout style in the notification bar.
10. A notification presentation device according to claim 9, said device further comprising a module or unit for performing the steps of any of claims 2 to 8.
An apparatus of the type 11, , comprising:
a memory for storing non-transitory computer readable instructions; and
a processor for executing the computer readable instructions such that the computer readable instructions, when executed by the processor, implement the notification presentation method of any of claims 1-8.
12, a computer readable storage medium storing non-transitory computer readable instructions which, when executed by a computer, cause the computer to perform the notification presentation method of any of claims 1 to 8.
CN201810804228.4A 2018-07-20 2018-07-20 Notification display method, device, equipment and computer readable storage medium Active CN110737491B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810804228.4A CN110737491B (en) 2018-07-20 2018-07-20 Notification display method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810804228.4A CN110737491B (en) 2018-07-20 2018-07-20 Notification display method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN110737491A true CN110737491A (en) 2020-01-31
CN110737491B CN110737491B (en) 2024-04-05

Family

ID=69236610

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810804228.4A Active CN110737491B (en) 2018-07-20 2018-07-20 Notification display method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN110737491B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114721754A (en) * 2021-01-05 2022-07-08 武汉斗鱼网络科技有限公司 Method, device, equipment and storage medium for realizing information prompt view

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102368248A (en) * 2011-09-26 2012-03-07 奇智软件(北京)有限公司 Page downloading control method and system of IE kernel browser
CN102722358A (en) * 2011-03-30 2012-10-10 联想(北京)有限公司 Electronic equipment and method for presenting widgets
US20130159417A1 (en) * 2011-12-19 2013-06-20 France Telecom Method for notification of events on a device running multiple user identities
CN103955325A (en) * 2014-03-31 2014-07-30 可牛网络技术(北京)有限公司 Message view setting method and device
CN104238875A (en) * 2014-08-15 2014-12-24 小米科技有限责任公司 Application corner mark addition method and device
CN104484193A (en) * 2014-11-20 2015-04-01 乐视网信息技术(北京)股份有限公司 Method and device for rapidly starting application program
CN104765604A (en) * 2015-03-20 2015-07-08 福建天晴数码有限公司 Method and device for embedding DX render engine into another DX render engine
CN104809122A (en) * 2014-01-24 2015-07-29 贝壳网际(北京)安全技术有限公司 Method and device for visiting web pages
CN104850388A (en) * 2014-02-13 2015-08-19 腾讯科技(深圳)有限公司 Method and apparatus for drafting webpage
CN104951287A (en) * 2014-03-26 2015-09-30 可牛网络技术(北京)有限公司 Method and device for generating webpage
CN105183307A (en) * 2015-06-15 2015-12-23 北京奇虎科技有限公司 Application message display control method and application message display control device
CN105824641A (en) * 2016-03-18 2016-08-03 腾讯科技(深圳)有限公司 Method and device for displaying graphic code
CN106095453A (en) * 2016-06-16 2016-11-09 北京金山安全软件有限公司 Information display method and device and electronic equipment
CN106528120A (en) * 2016-11-02 2017-03-22 珠海市魅族科技有限公司 Notification message display method and device
CN106649397A (en) * 2015-11-03 2017-05-10 任子行网络技术股份有限公司 Method and system for parsing push message of mobile application
CN106648570A (en) * 2015-11-03 2017-05-10 深圳市中兴微电子技术有限公司 Multi-task display processing method and device for mobile terminal
CN107291431A (en) * 2016-03-31 2017-10-24 乐视控股(北京)有限公司 A kind of notification message management method and system based on android system

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722358A (en) * 2011-03-30 2012-10-10 联想(北京)有限公司 Electronic equipment and method for presenting widgets
CN102368248A (en) * 2011-09-26 2012-03-07 奇智软件(北京)有限公司 Page downloading control method and system of IE kernel browser
US20130159417A1 (en) * 2011-12-19 2013-06-20 France Telecom Method for notification of events on a device running multiple user identities
CN104809122A (en) * 2014-01-24 2015-07-29 贝壳网际(北京)安全技术有限公司 Method and device for visiting web pages
CN104850388A (en) * 2014-02-13 2015-08-19 腾讯科技(深圳)有限公司 Method and apparatus for drafting webpage
CN104951287A (en) * 2014-03-26 2015-09-30 可牛网络技术(北京)有限公司 Method and device for generating webpage
CN103955325A (en) * 2014-03-31 2014-07-30 可牛网络技术(北京)有限公司 Message view setting method and device
CN104238875A (en) * 2014-08-15 2014-12-24 小米科技有限责任公司 Application corner mark addition method and device
CN104484193A (en) * 2014-11-20 2015-04-01 乐视网信息技术(北京)股份有限公司 Method and device for rapidly starting application program
CN104765604A (en) * 2015-03-20 2015-07-08 福建天晴数码有限公司 Method and device for embedding DX render engine into another DX render engine
CN105183307A (en) * 2015-06-15 2015-12-23 北京奇虎科技有限公司 Application message display control method and application message display control device
CN106649397A (en) * 2015-11-03 2017-05-10 任子行网络技术股份有限公司 Method and system for parsing push message of mobile application
CN106648570A (en) * 2015-11-03 2017-05-10 深圳市中兴微电子技术有限公司 Multi-task display processing method and device for mobile terminal
CN105824641A (en) * 2016-03-18 2016-08-03 腾讯科技(深圳)有限公司 Method and device for displaying graphic code
CN107291431A (en) * 2016-03-31 2017-10-24 乐视控股(北京)有限公司 A kind of notification message management method and system based on android system
CN106095453A (en) * 2016-06-16 2016-11-09 北京金山安全软件有限公司 Information display method and device and electronic equipment
CN106528120A (en) * 2016-11-02 2017-03-22 珠海市魅族科技有限公司 Notification message display method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114721754A (en) * 2021-01-05 2022-07-08 武汉斗鱼网络科技有限公司 Method, device, equipment and storage medium for realizing information prompt view

Also Published As

Publication number Publication date
CN110737491B (en) 2024-04-05

Similar Documents

Publication Publication Date Title
US11144711B2 (en) Webpage rendering method, device, electronic apparatus and storage medium
CN106991154B (en) Webpage rendering method and device, terminal and server
CN109165050B (en) Program running method and device, computing equipment and storage medium
CN106990975B (en) Application heat deployment method, device and system
US20130263029A1 (en) Instantiable Gesture Objects
CN107105336B (en) Data processing method and data processing device
US10547711B2 (en) Using off-screen user interface data during remote sessions
EP3813326B1 (en) Method and apparatus for processing webpage, device, and storage medium
CN112925463A (en) Information flow publishing processing method, device, medium and electronic equipment
US11438403B2 (en) Page presentation method and system, computer system, and computer readable medium
CN115309470A (en) Method, device and equipment for loading widgets and storage medium
CN110737491A (en) Notification display method, device, equipment and computer readable storage medium
CN106095886B (en) Data processing method and device
JP2010092103A (en) Web page display method, server unit, and program
CN110895592B (en) Link starting method, device, equipment and medium on mobile terminal
CN114780888A (en) Webpage picture generation method and system, electronic equipment and storage medium
CN114117271A (en) Webpage display method and device
CN113836458A (en) Page loading method, device and equipment and computer storage medium
CN109144446A (en) Image display method, device, electronic equipment and computer readable storage medium
CN110858114B (en) Webpage display method, bookmark generation method, device, equipment and medium on mobile terminal
EP4319118A1 (en) Information interaction method and apparatus, and electronic device
CN115600027A (en) Page display method, device, equipment and medium
US20130246571A1 (en) Store Client Side Data
CN113343139A (en) Information display method and device
CN118041995A (en) Method and device for realizing universal main stream media authorization homepage

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