IWebAccountProviderSilentReportOperation.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 a token could not be obtained silently and that user interaction is required to continue the operation. |
ReportUserInteractionRequired(WebProviderError) |
Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation. |
ReportUserInteractionRequired()
Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation.
public:
void ReportUserInteractionRequired();
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
void ReportUserInteractionRequired();
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
public void ReportUserInteractionRequired();
function reportUserInteractionRequired()
Public Sub ReportUserInteractionRequired ()
- Attributes
See also
Applies to
ReportUserInteractionRequired(WebProviderError)
Informs the activating app a token could not be obtained silently and that user interaction is required to continue the operation.
public:
void ReportUserInteractionRequired(WebProviderError ^ value);
/// [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.
- Attributes