StrictMode.VmPolicy.Builder Constructors
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
| Name | Description |
|---|---|
| StrictMode.VmPolicy.Builder() |
Initializes a new instance of the StrictMode.VmPolicy.Builder class. |
| StrictMode.VmPolicy.Builder(StrictMode+VmPolicy) |
Build upon an existing VmPolicy. |
StrictMode.VmPolicy.Builder()
Initializes a new instance of the StrictMode.VmPolicy.Builder class.
[Android.Runtime.Register(".ctor", "()V", "")]
public Builder();
- Attributes
Remarks
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.
Java documentation for android.os.StrictMode.VmPolicy.Builder.Builder().
Applies to
StrictMode.VmPolicy.Builder(StrictMode+VmPolicy)
Build upon an existing VmPolicy.
[Android.Runtime.Register(".ctor", "(Landroid/os/StrictMode$VmPolicy;)V", "")]
public Builder(Android.OS.StrictMode.VmPolicy? base);
[<Android.Runtime.Register(".ctor", "(Landroid/os/StrictMode$VmPolicy;)V", "")>]
new Android.OS.StrictMode.VmPolicy.Builder : Android.OS.StrictMode.VmPolicy -> Android.OS.StrictMode.VmPolicy.Builder
Parameters
- base
- StrictMode.VmPolicy
StrictMode.VmPolicy
- Attributes
Remarks
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.