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

Sets a custom image for a specific notification.

§Arguments

  • news_id - Identification number of the notification.
  • buffer - Pointer to MPO image to set.
  • size - Size of the MPO image to set.