
com.smartdevicelink.managers.screen.AlertManager Maven / Gradle / Ivy
package com.smartdevicelink.managers.screen;
import androidx.annotation.NonNull;
import androidx.annotation.RestrictTo;
import com.smartdevicelink.managers.ISdl;
import com.smartdevicelink.managers.file.FileManager;
/**
* AlertManager
*
* Note: This class must be accessed through the SdlManager. Do not instantiate it by itself.
*/
@RestrictTo(RestrictTo.Scope.LIBRARY)
public class AlertManager extends BaseAlertManager {
public AlertManager(@NonNull ISdl internalInterface, @NonNull FileManager fileManager) {
super(internalInterface, fileManager);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy