Appverse.Platform.IPhone.IPhonePushNotifications.IPhonePushNotifications C# (CSharp) Method

IPhonePushNotifications() static private method

static private IPhonePushNotifications ( ) : System
return System
		static IPhonePushNotifications() {
			rnTypes[RemoteNotificationType.NONE] = UIRemoteNotificationType.None;
			rnTypes[RemoteNotificationType.ALERT] = UIRemoteNotificationType.Alert;
			rnTypes[RemoteNotificationType.BADGE] = UIRemoteNotificationType.Badge;
			rnTypes[RemoteNotificationType.SOUND] = UIRemoteNotificationType.Sound;
			rnTypes[RemoteNotificationType.CONTENT_AVAILABILITY] = UIRemoteNotificationType.NewsstandContentAvailability;
		}