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

com.github.sheigutn.pushbullet.interfaces.Dismissable Maven / Gradle / Ivy

The newest version!
package com.github.sheigutn.pushbullet.interfaces;

@FunctionalInterface
public interface Dismissable {

    /**
     * Dismiss the push if it is currently shown
     */
    void dismiss();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy