JavaDoc追加

This commit is contained in:
ろむねこ 2024-07-11 16:01:02 +09:00
parent c299696b8d
commit 2bf618a3f2
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -218,6 +218,11 @@ public class TestService extends Service {
} }
} }
/**
* 通知を送信する
* @param context コンテキスト
* @param content NotificationContent 通知内容
*/
public void sendNotification(Context context, NotificationContent content) {//通知を行うメソッド public void sendNotification(Context context, NotificationContent content) {//通知を行うメソッド
// 権限の保有を確認 // 権限の保有を確認
@ -283,7 +288,6 @@ public class TestService extends Service {
} }
}; };
@Nullable @Nullable
@Override @Override
public IBinder onBind(Intent intent) { public IBinder onBind(Intent intent) {