Package net.ballmerlabs.scatterbrainsdk
Class NamePackage
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class NamePackage implements Comparable<NamePackage>
Pair of application name and metadata
-
-
Constructor Summary
Constructors Constructor Description NamePackage(String name, ApplicationInfo info, PackageManager pm, Drawable icon)creates a NamePackage
-
Method Summary
-
-
Constructor Detail
-
NamePackage
NamePackage(String name, ApplicationInfo info, PackageManager pm, Drawable icon)
creates a NamePackage
-
-
Method Detail
-
getInfo
final ApplicationInfo getInfo()
application metadata
-
compareTo
Integer compareTo(NamePackage other)
-
-
-
-