All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codename1.ext.imagegallery.ImageGalleryNativeImpl Maven / Gradle / Ivy

The newest version!
package com.codename1.ext.imagegallery;

public class ImageGalleryNativeImpl implements com.codename1.ext.imagegallery.ImageGalleryNative{
    public void deregisterPlugin() {
    }

    public void registerPlugin() {
    }

    public boolean isSupported() {
        return false;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy