PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Let a class inharite form a android class
Let a class inharite form a android class
Débuté par Marco, 07 sep. 2023 15:30 - Aucune réponse
Posté le 07 septembre 2023 - 15:30
Hello!

I have a java function inside of my procedures and I need the class of that function to inherit from the Service class from Android to run the startForeground() function. Is this possible?

~Marco