Open
Description
Hi,
I'm trying to extend the ParsePushBroadcastReceiver so I can have some custom data parsed from the notification Intent Extras.
According to this, I should be able to extend the class. However, in C#, the class is public sealed
. How am I supposed to do the subclass here, then?
I apologize if this appears to be a basic programming question, and thanks in advance.