Sha256: 61f25ca2b3e87c634e843e02d1dd3ae819ffed168705f55b319c4e3c95d103ae
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
package com.rho.intent; import com.rhomobile.rhodes.api.IRhoApiFactory; import com.rhomobile.rhodes.api.IRhoApiSingletonFactory; public interface IIntentFactory extends IRhoApiFactory<IIntent>, IRhoApiSingletonFactory<IIntentSingleton> { @Override IIntentSingleton getApiSingleton(); @Override IIntent getApiObject(String id); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/android/generated/src/com/rho/intent/IIntentFactory.java |