Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. home/runner/work/Bannerlord.ReferenceAssemblies.Diff/Bannerlord.ReferenceAssemblies.Diff/temp/{old → new}/Core/TaleWorlds.PlatformService.Steam/TaleWorlds//PlatformService//Steam/SteamPlatformServices.cs +9 -3
home/runner/work/Bannerlord.ReferenceAssemblies.Diff/Bannerlord.ReferenceAssemblies.Diff/temp/{old → new}/Core/TaleWorlds.PlatformService.Steam/TaleWorlds//PlatformService//Steam/SteamPlatformServices.cs RENAMED
@@ -24,6 +24,8 @@ namespace TaleWorlds.PlatformService.Steam
24
24
 
25
25
  IReadOnlyCollection<PlayerId> IPlatformServices.BlockedUsers { get; }
26
26
 
27
+ bool IPlatformServices.IsPermanentMuteAvailable { get; }
28
+
27
29
  public event Action<AvatarData> OnAvatarUpdated
28
30
  {
29
31
  [CompilerGenerated]
@@ -70,7 +72,7 @@ namespace TaleWorlds.PlatformService.Steam
70
72
 
71
73
  extern void IPlatformServices.ShowPlayerProfileCard(PlayerId providedId);
72
74
 
73
- [AsyncStateMachine(typeof(_003CTaleWorlds_002DPlatformService_002DIPlatformServices_002DGetUserAvatar_003Ed__42))]
75
+ [AsyncStateMachine(typeof(_003CTaleWorlds_002DPlatformService_002DIPlatformServices_002DGetUserAvatar_003Ed__44))]
74
76
  extern Task<AvatarData> IPlatformServices.GetUserAvatar(PlayerId providedId);
75
77
 
76
78
  public extern void ClearAvatarCache();
@@ -81,10 +83,10 @@ namespace TaleWorlds.PlatformService.Steam
81
83
 
82
84
  extern IActivityService IPlatformServices.GetActivityService();
83
85
 
84
- [AsyncStateMachine(typeof(_003CTaleWorlds_002DPlatformService_002DIPlatformServices_002DShowOverlayForWebPage_003Ed__50))]
86
+ [AsyncStateMachine(typeof(_003CTaleWorlds_002DPlatformService_002DIPlatformServices_002DShowOverlayForWebPage_003Ed__52))]
85
87
  extern Task<bool> IPlatformServices.ShowOverlayForWebPage(string url);
86
88
 
87
- extern void IPlatformServices.CheckPrivilege(Privilege privilege, PrivilegeResult callback);
89
+ extern void IPlatformServices.CheckPrivilege(Privilege privilege, bool displayResolveUI, PrivilegeResult callback);
88
90
 
89
91
  extern void IPlatformServices.CheckPermissionWithUser(Permission privilege, PlayerId targetPlayerId, PermissionResult callback);
90
92
 
@@ -94,6 +96,10 @@ namespace TaleWorlds.PlatformService.Steam
94
96
 
95
97
  extern Task<bool> IPlatformServices.VerifyString(string content);
96
98
 
99
+ extern void IPlatformServices.GetPlatformId(PlayerId playerId, Action<object> callback);
100
+
101
+ extern void IPlatformServices.OnFocusGained();
102
+
97
103
  extern Task<ILoginAccessProvider> IPlatformServices.CreateLobbyClientLoginProvider();
98
104
 
99
105
  extern IFriendListService[] IPlatformServices.GetFriendListServices();