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

com.smartdevicelink.managers.screen.SubscribeButtonManager Maven / Gradle / Ivy

package com.smartdevicelink.managers.screen;

import androidx.annotation.NonNull;
import androidx.annotation.RestrictTo;

import com.smartdevicelink.managers.ISdl;

/**
 * SubscribeButtonManager 
*

* Note: This class must be accessed through the SdlManager. Do not instantiate it by itself.
*/ @RestrictTo(RestrictTo.Scope.LIBRARY) public class SubscribeButtonManager extends BaseSubscribeButtonManager { public SubscribeButtonManager(@NonNull ISdl internalInterface) { super(internalInterface); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy