Stores information about a found tracker library in an app code
◆ TrackerLibrary()
net.kollnig.missioncontrol.data.TrackerLibrary.TrackerLibrary |
( |
@NonNull String |
name, |
|
|
String |
web, |
|
|
Integer |
id, |
|
|
String |
sign |
|
) |
| |
Create class to store information about a tracker found in an app
- Parameters
-
name | The name of the tracker |
web | The website of the tracker |
id | The identifier of the tracker in the Exodus database |
sign | The class signature of the tracker |
◆ equals()
boolean net.kollnig.missioncontrol.data.TrackerLibrary.equals |
( |
Object |
o | ) |
|
Compare two classes with tracker information and check if they are equal
- Parameters
-
o | StaticTracker to check equality with |
- Returns
- Information if two classes are equal
◆ getId()
Integer net.kollnig.missioncontrol.data.TrackerLibrary.getId |
( |
| ) |
|
Get Exodus identifier of tracker
- Returns
- Exodus identifier of tracker
◆ getName()
String net.kollnig.missioncontrol.data.TrackerLibrary.getName |
( |
| ) |
|
Get name of tracker
- Returns
- Name of tracker
The documentation for this class was generated from the following file:
- app/src/main/java/net/kollnig/missioncontrol/data/TrackerLibrary.java