CreateCredentialRequest.Builder.SetAlwaysSendAppInfoToProvider 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.
Sets a true/false value to determine if the calling app info should be removed from the request that is sent to the providers.
[Android.Runtime.Register("setAlwaysSendAppInfoToProvider", "(Z)Landroid/credentials/CreateCredentialRequest$Builder;", "", ApiSince=34)]
public Android.Credentials.CreateCredentialRequest.Builder SetAlwaysSendAppInfoToProvider(bool value);
[<Android.Runtime.Register("setAlwaysSendAppInfoToProvider", "(Z)Landroid/credentials/CreateCredentialRequest$Builder;", "", ApiSince=34)>]
member this.SetAlwaysSendAppInfoToProvider : bool -> Android.Credentials.CreateCredentialRequest.Builder
Parameters
- value
- Boolean
Returns
- Attributes
Remarks
Sets a true/false value to determine if the calling app info should be removed from the request that is sent to the providers. Developers must set this to false if they wish to remove the CallingAppInfo from the query phases requests that providers receive. Note that the calling app info will still be sent in the final phase after the user has made a selection on the UI. If not set, the default value will be true and the calling app info will be propagated to the providers in every phase.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.