Notify.Notification.prototype.set_hint_byte_array

function set_hint_byte_array(key: String, value: ByteArray): void {
    // Gjs wrapper for notify_notification_set_hint_byte_array()
}
  

Sets a hint with a byte array value. The length of value must be passed as len.

key

The hint.

value

The hint's value.