AzurePushNotification.Plugin.CrossAzurePushNotification.CreateAzurePushNotification C# (CSharp) Method

CreateAzurePushNotification() static private method

static private CreateAzurePushNotification ( ) : IAzurePushNotification
return IAzurePushNotification
        static IAzurePushNotification CreateAzurePushNotification()
        {
            #if PORTABLE
            return null;
            #else
            return new AzurePushNotificationImplementation();
            #endif
        }