[avkit] Small update for iOS 10 beta 1 (#298)

This commit is contained in:
Sebastien Pouliot 2016-06-28 11:22:07 -04:00 коммит произвёл GitHub
Родитель 6079ce077e
Коммит 226cb575f5
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -127,6 +127,11 @@ namespace XamCore.AVKit {
[Export ("allowsPictureInPicturePlayback")]
bool AllowsPictureInPicturePlayback { get; set; }
[NoTV]
[iOS (10,0)]
[Export ("updatesNowPlayingInfoCenter")]
bool UpdatesNowPlayingInfoCenter { get; set; }
[Wrap ("WeakDelegate")]
[NullAllowed]
[Protocolize]