Code: Select all
public final void startForeground (int id,
Notification notification,
int foregroundServiceType)
But no version with three parametrs.

Moderator: 2ffat
Code: Select all
public final void startForeground (int id,
Notification notification,
int foregroundServiceType)
Code: Select all
procedure startForeground(id: Integer; notification: JNotification; foregroundServiceType: Integer); cdecl;