JavaDoc追加

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

View File

@ -147,6 +147,10 @@ public class TestService extends Service {
registerReceiver(receiver, intentFilter);
}
/**
* Firestoreのスナップショットリスナーを設定
* @param mDocRef Firestoreのドキュメントリファレンス
*/
private void setSnapshotListener(DocumentReference mDocRef) {
// Initialize the PeriodicTaskManager
// (Assuming it's done elsewhere as it's not shown in the original code)