How to read button press on nRf52833 DK, using nRF connect SDK sample(Zephyr) function?

I'm using a sample from nRF connect SDK v1.91.1 for BLE peripheral. I'm trying to read one of the buttons on the development kit, but I'm not very sure how to use the button handler. Is there a function to directly read the button press?

Related