mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-02-16 00:00:09 +08:00
Modification en ajoutant une action "valide".
This commit is contained in:
@@ -14,4 +14,9 @@ public class CameraLauncher extends CordovaPlugin {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public void testAction()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ customCameraExport.prototype.startCamera = function() {
|
||||
console.log(result);
|
||||
},
|
||||
"CustomCamera",
|
||||
"customCamera",
|
||||
"testAction",
|
||||
[]
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user