Parses the raw numbersChallenge string from a PushNotification into
an array of numbers.
Both native SDKs expose this as an instance method on their PushNotification
types. This standalone function avoids class complexity and works with the plain
object shape returned over the bridge.
Parses the raw
numbersChallengestring from a PushNotification into an array of numbers.Both native SDKs expose this as an instance method on their
PushNotificationtypes. This standalone function avoids class complexity and works with the plain object shape returned over the bridge.