Python 3.6:将事件分解为单独的字符串

时间:2019-03-30 17:46:37

标签: python events

我有以下传入事件:

Intent intent = new Intent(this, ShakeService.class);
stopService(intent);

我想将“ sys”添加到单独的字符串中。我执行以下操作,但是我知道我不知道如何以某种方式指向报告。

event.reported不起作用。我想念什么?

@Override
public void onDestroy() {
    super.onDestroy();
}

0 个答案:

没有答案