Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Checks whether we can import.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ContinuityCamera | 13.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Type | Pass 0 for Photo (default) or 1 for document. Pass 2 for drawing sketch. |
0 |
Returns 1, 0 or error.
Check whether we can import picture:
Set Variable [ $r ; Value: MBS( "ContinuityCamera.CanImport"; 0 ) ]
If [ $r = 1 ]
Show Custom Dialog [ "iPhone import possible." ]
Else
Show Custom Dialog [ "iPhone import not possible." ]
End If
This function checks for a license.
Created 26th January 2023, last changed 26th January 2023