var identifier: String
com.example.MyApp.updatecheck
, that identifies the activity.
特有な逆DNS表記法文字列、例えばcom.example.MyApp.updatecheck
など、それはその活動を識別するものです。
Availability 有効性
Technology
init(identifier: String
)
identifier
A unique string, in reverse DNS notation, that identifies the activity. For example, com
. nil
and zero-length strings are not allowed.
ある特有な文字列、逆DNS表記法で、それはその活動を識別します。例えば、com
。nil
とゼロ幅文字列は、認められません。
A new background activity scheduler object of type NSBackground
.
型NSBackground
の新しいバックグラウンド活動スケジューラオブジェクト。
The string passed to the identifier
parameter should remain constant for an activity across launches of your app because the system uses this unique identifier to track the number of times the activity has run and to improve the heuristics for deciding when to run it again in the future. See Create a Scheduler.
identifier
パラメータに渡される文字列は、あなたのアプリの起動をまたいである活動に対して不変のままであるべきです、なぜならシステムは、この固有な識別子を使って、ある活動が実行された回数を追跡し続けます、そして将来それを再び実行する場合に、その解決に対する発見的手法を改善するからです。スケジューラを作成するを見てください。
var identifier: String
com.example.MyApp.updatecheck
, that identifies the activity.
特有な逆DNS表記法文字列、例えばcom.example.MyApp.updatecheck
など、それはその活動を識別するものです。