While setting up the controls for my notification, I'm struggling to understand why
addTargetWithHandler
requires a return type of
Long
, specifically
MPRemoteCommandHandlerStatus
. I’ve tried returning different values, and it seems to work regardless, but I’m unsure about what should actually be returned there. Can anyone explain?