toContentCaptureSession

@RequiresApi(value = 29)
@NonNull
open fun toContentCaptureSession(): @NonNull ContentCaptureSession(source)

Provides the ContentCaptureSession represented by this object.

This method is not supported on devices running SDK <29 since the platform class will not be available.

Return

platform class object

See also