ActionRequest.Builder(Int32, Int32) 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.
[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=37)]
public Builder(int action, int operation);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=37)>]
new Android.Companion.ActionRequest.Builder : int * int -> Android.Companion.ActionRequest.Builder
Parameters
- action
- Int32
The action to request.
- operation
- Int32
The operation to perform.
- Attributes