Sha256: 0d6ab595237a2fc951f222d4caac6a40a1fac3dfa0c3d8543d80a680851d25ac

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

package com.rho.notification;

import com.rhomobile.rhodes.api.IRhoApiFactory;
import com.rhomobile.rhodes.api.IRhoApiSingletonFactory;

public interface INotificationFactory
    extends IRhoApiFactory<INotification>,
            IRhoApiSingletonFactory<INotificationSingleton> {

    @Override
    INotificationSingleton getApiSingleton();

    @Override
    INotification 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/notification/INotificationFactory.java