Sha256: 172f3d29a507d5fd3c0a845ae9f431b145582a16fb3c45354cd9778fb10b451c

Contents?: true

Size: 932 Bytes

Versions: 14

Compression:

Stored size: 932 Bytes

Contents

package com.rho.smartcradle;

import java.util.List;
import java.util.Map;

import com.rhomobile.rhodes.api.IMethodResult;
import com.rhomobile.rhodes.api.MethodResult;

public class SmartCradle extends SmartCradleBase implements ISmartCradle {
    
    public SmartCradle(String id) {
        super(id);
    }

	@Override
	public void getAllProperties(IMethodResult result) {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void getProperty(String name, IMethodResult result) {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void getProperties(List<String> names, IMethodResult result) {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void setProperty(String name, String val, IMethodResult result) {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void setProperties(Map<String, String> props, IMethodResult result) {
		// TODO Auto-generated method stub
		
	}


   
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-7.5.1 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-7.4.1 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-7.1.17 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-6.2.0 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-6.0.11 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.18 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.17 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.15 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.0.22 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.2 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.0.7 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.0.3 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java
rhodes-5.5.0 lib/commonAPI/smartcradle/ext/platform/android/src/com/rho/smartcradle/SmartCradle.java