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

com.amazonaws.mobileconnectors.pinpoint.targeting.notification.AppLevelOptOutProvider Maven / Gradle / Ivy

package com.amazonaws.mobileconnectors.pinpoint.targeting.notification;

/**
 * Interface providing an app-level opt-out value. This can be used to override the system-level opt out.
 */
public interface AppLevelOptOutProvider {
    /**
     * @return True if the app should not receive notifications, false otherwise.
     */
    boolean isOptedOut();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy