ServiceInfo class abstract
- Inheritance
-
- Object
- PackageItemInfo
- ServiceInfo
Constructors
- ServiceInfo.new({String? permission, required int flags, int? foregroundServiceType, Map? componentInfo})
Properties
- applicationInfo → ApplicationInfo
-
finalinherited
-
attributionTags
→ List<
String> ? -
finalinherited
-
finalinherited
-
finalinherited
- descriptionRes → int?
-
finalinherited
- directBootAware → bool?
-
finalinherited
- enabled → bool
-
finalinherited
- exported → bool
-
finalinherited
- flags → int
-
final
- foregroundServiceType → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → int?
-
finalinherited
- iconResource → int?
-
finalinherited
- isEnabled → bool
-
finalinherited
- labelRes → int?
-
finalinherited
- logo → int?
-
finalinherited
- logoResource → int?
-
finalinherited
-
metaData
→ Map<
String, dynamic> ? -
finalinherited
- name → String?
-
finalinherited
- nonLocalizedLabel → String?
-
finalinherited
- packageName → String?
-
finalinherited
- permission → String?
-
final
- processName → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splitName → String?
-
finalinherited
Methods
-
getAppIcon(
{int quality = 100, BitmapCompressFormat format = BitmapCompressFormat.png}) → Future< Uint8List?> -
inherited
-
getAppLabel(
) → Future< String?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited