AppBroadcastTrigger(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an AppBroadcastTrigger with the name of the provider that will be doing the gameplay broadcasting.
public:
AppBroadcastTrigger(Platform::String ^ providerKey);
AppBroadcastTrigger(winrt::hstring const& providerKey);
public AppBroadcastTrigger(string providerKey);
function AppBroadcastTrigger(providerKey)
Public Sub New (providerKey As String)
Parameters
- providerKey
-
String
Platform::String
winrt::hstring
The name of the provider that is broadcasting gameplay.