RegistrationResponse 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.
Creates a new RegistrationResponse.
[Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/understander/RegistrationRequest;I)V", "", ApiSince=37)]
public RegistrationResponse(Android.App.PersonalContext.Understander.RegistrationRequest request, Android.App.PersonalContext.Understander.RegistrationResponseResponse response);
[<Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/understander/RegistrationRequest;I)V", "", ApiSince=37)>]
new Android.App.PersonalContext.Understander.RegistrationResponse : Android.App.PersonalContext.Understander.RegistrationRequest * Android.App.PersonalContext.Understander.RegistrationResponseResponse -> Android.App.PersonalContext.Understander.RegistrationResponse
Parameters
- request
- RegistrationRequest
- response
- RegistrationResponseResponse
- Attributes