JavaDoc追加
This commit is contained in:
parent
d08eab2b15
commit
021bf814a9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user