Galaxy book3 pro 360 s_pen

I know that galaxy book3 pro 360 supports Spen.
I am checking if Spen is supported in Android app through the code below, but it is not confirmed. How can I check if Spen is supported?

val hasSpenFeature = packageManager.hasSystemFeature(“com.sec.feature.spen_usp”)
val hasSpenStylusFeature = packageManager.hasSystemFeature(“com.sec.feature.spen_stylus”)

Hello,
Samsung offers S Pen Remote SDK to ineract with the S Pen. Please have a look at the following link for implementation details:

Thanks,
Ummey