I want to be able to know whether my plugin gets called from Banno Mobile or Banno Desktop implementation. I would like to know if there is a Consumer API property or custom header that determines whether a request to retrieve my plugin comes from Banno Mobile or Banno Desktop implementations.
I know I could always implement a media query, always parse the user agent to get the information and sometimes leverage the Sec-CH-UA-Mobile header to cleanly differentiate between mobile/desktop. I just wanted to know if there's a property, header or some other part of the Consumer APIs that tells which implementation the request comes from that I'm missing.
Otherwise, I'll likely just use a mix of the aforementioned header parsing.
Thanks team!