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