Sha256: b346c2550198f2c3ca736e0a7a30757423cdfe541271374af5cc19a5c2b3d5bd

Contents?: true

Size: 411 Bytes

Versions: 15

Compression:

Stored size: 411 Bytes

Contents

package com.rho.camera;

import com.rhomobile.rhodes.Logger;

public class CameraSingletonEclair extends CameraSingletonObject  implements ICameraSingleton {
    private static final String TAG = CameraSingletonEclair.class.getSimpleName();

    @Override
    public ICameraObject createCameraObject(String id) {
        Logger.T(TAG, "createCameraObject: " + id);
        return new CameraEclair(id);
    }

}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
rhodes-7.4.1 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-7.1.17 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-6.2.0 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-6.0.11 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.18 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.17 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.15 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.0.22 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.2 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.0.7 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.0.3 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
rhodes-5.5.0 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
tauplatform-1.0.3 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
tauplatform-1.0.2 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java
tauplatform-1.0.1 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraSingletonEclair.java