pub unsafe extern "C" fn NEWS_GetNotificationImage(
    news_id: u32_,
    buffer: *mut c_void,
    size: *mut u32_
) -> Result
Expand description

Gets the image of a specific notification.

§Arguments

  • news_id - Identification number of the notification.
  • buffer - Pointer where MPO image of the notification will be saved.
  • size - Pointer where size of the image data will be saved in bytes.