Language

PccTarget Constructors

Definition

Overloads

Name Description
PccTarget()

Creates a new PCC target with no path prefix.

PccTarget(String)

Creates a new PCC target with the specified path prefix.

PccTarget()

Creates a new PCC target with no path prefix.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=37)]
public PccTarget();
Attributes

Remarks

Creates a new PCC target with no path prefix.

Android reference for android.os.storage.operations.targets.PccTarget.PccTarget.

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.

Applies to

PccTarget(String)

Creates a new PCC target with the specified path prefix.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=37)]
public PccTarget(string pathPrefix);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=37)>]
new Android.OS.Storage.Operations.Targets.PccTarget : string -> Android.OS.Storage.Operations.Targets.PccTarget

Parameters

pathPrefix
String

The prefix to be added to the destination path of files.

Attributes

Remarks

Creates a new PCC target with the specified path prefix.

Android reference for android.os.storage.operations.targets.PccTarget.PccTarget.

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.

Applies to