Class RemoteInfoAbstract.ButtonInfo
-
- All Implemented Interfaces:
public class RemoteInfoAbstract.ButtonInfoIndicates how many buttons are available for the current remote info.
-
-
Field Summary
Fields Modifier and Type Field Description public intmMinButtonpublic intmMaxButton
-
Constructor Summary
Constructors Constructor Description RemoteInfoAbstract.ButtonInfo()RemoteInfoAbstract.ButtonInfo(RemoteInfoAbstract.ButtonInfo buttonInfo)
-
Method Summary
Modifier and Type Method Description List<Integer>getListOfButtonIds()return list of button ids supported by the Remote. -
-
Constructor Detail
-
RemoteInfoAbstract.ButtonInfo
RemoteInfoAbstract.ButtonInfo()
-
RemoteInfoAbstract.ButtonInfo
RemoteInfoAbstract.ButtonInfo(RemoteInfoAbstract.ButtonInfo buttonInfo)
-
-
Method Detail
-
getListOfButtonIds
@NonNull() List<Integer> getListOfButtonIds()
return list of button ids supported by the Remote. A remote must host that object as an attribute.
-
-
-
-