I do not understand this really.
example:
alarm: TJAlarmManager;
test: JAlarmManager;
test:= alarm.Create;
alarm.Init(test, z <-???);
What does the pointer in this constructor mean ?
alarm:=TJAlarmManager.create(o:alarmmanger,p:pointer)
As I understand it, one must also generate a JPendingIntentClass
.
Can someone give a a small code sample how to use this class?