WebAccountProviderGetTokenSilentOperation.ReportUserInteractionRequired Method
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.
Overloads
ReportUserInteractionRequired() |
Informs the activating app that user interaction is required to continue the operation. |
ReportUserInteractionRequired(WebProviderError) |
Informs the activating app that an error has occurred and user interaction is required to continue the operation. |
ReportUserInteractionRequired()
Informs the activating app that user interaction is required to continue the operation.
public:
virtual void ReportUserInteractionRequired() = ReportUserInteractionRequired;
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
void ReportUserInteractionRequired();
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
public void ReportUserInteractionRequired();
function reportUserInteractionRequired()
Public Sub ReportUserInteractionRequired ()
Implements
- Attributes
See also
Applies to
ReportUserInteractionRequired(WebProviderError)
Informs the activating app that an error has occurred and user interaction is required to continue the operation.
public:
virtual void ReportUserInteractionRequired(WebProviderError ^ value) = ReportUserInteractionRequired;
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequiredWithError")]
void ReportUserInteractionRequired(WebProviderError const& value);
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequiredWithError")]
public void ReportUserInteractionRequired(WebProviderError value);
function reportUserInteractionRequired(value)
Public Sub ReportUserInteractionRequired (value As WebProviderError)
Parameters
- value
- WebProviderError
The error that has occurred.
Implements
- Attributes