/// <summary> /// Shows how to update a device /// </summary> /// <param name="twitterCtx"></param> private static void UpdateDeliveryDevice(TwitterContext twitterCtx) { var user = twitterCtx.UpdateAccountDeliveryDevice(DeviceType.None); Console.WriteLine("Device Type: {0}", user.Notifications.ToString()); }