File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
xtro-sharpie/api-annotations-dotnet Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -390,5 +390,9 @@ interface TVUserActivityType {
390
390
391
391
[ Field ( "TVUserActivityTypeBrowsingChannelGuide" ) ]
392
392
NSString BrowsingChannelGuide { get ; }
393
+
394
+ [ TV ( 18 , 1 ) ]
395
+ [ Field ( "TVUserActivityTypeBrowsingEntertainmentContent" ) ]
396
+ NSString BrowsingEntertainmentContent { get ; }
393
397
}
394
398
}
Original file line number Diff line number Diff line change @@ -77026,6 +77026,7 @@ P:TVServices.TVTopShelfSectionedContent.Sections
77026
77026
P:TVServices.TVTopShelfSectionedItem.ImageShape
77027
77027
P:TVServices.TVTopShelfSectionedItem.PlaybackProgress
77028
77028
P:TVServices.TVUserActivityType.BrowsingChannelGuide
77029
+ P:TVServices.TVUserActivityType.BrowsingEntertainmentContent
77029
77030
P:TVServices.TVUserManager.CurrentUserIdentifier
77030
77031
P:TVServices.TVUserManager.CurrentUserIdentifierDidChangeNotification
77031
77032
P:TVServices.TVUserManager.ShouldStorePreferencesForCurrentUser
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments