Slide 20
Slide 20 text
"DUJPOαϯϓϧ
// ϗετΞϓϦέʔγϣϯଆ
let action = UNNotificationAction(identifier: "open",
title: "Open",
options: [])
let category = UNNotificationCategory(identifier: "Kanmoba",
actions: [action],
intentIdentifiers: [],
options: [])
UNUserNotificationCenter.current()
.setNotificationCategories([category])