1. C# / Говнокод #21365

    −21

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    protected override void OnMessage (Context context, Intent intent)
    {
        //Push Notification arrived - print out the keys/values
        if (intent == null || intent.Extras == null)
            foreach (var key in intent.Extras.KeySet())
                Console.WriteLine("Key: {0}, Value: {1}");
    }

    Код из документации по либе Google Cloud Messaging Client, см: https://components.xamarin.com/view/GCMClient/
    Что курили авторы?

    Запостил: yamamoto, 07 Октября 2016

    Комментарии (5) RSS

    Добавить комментарий