OnDoneRecordingDigitizer



Triggered when an item section finishes recording.



Syntax:

Procedure: OnDoneRecordingDigitizer(ItemPath: String);


API Call:

PlanSwift and FreshDesk Code:




Procedure OnDoneRecordingDigitizer(ItemPath: String);
Begin
  // Process as needed here...
End;

Planswift.OnDoneRecordingDigitizer := OnDoneRecordingDigitizer;



Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon



Coming soon
Coming soon