Hi Tian,
Apologies for the delay in response. Please find code snippet below which will help you to iterate your keys from notification event and let us know if you need any other help from our side:
local androidBundle = event.androidGcmBundle;
for key, value in sortKeyByValue(androidBundle) do
print(key..value)
end
Regards,
Himanshu Sharma