Enumeration 列挙

NSBackgroundActivityResult

These constants indicate whether background activity has been completed successfully or whether additional processing should be deferred until a more optimal time. これらの定数は、バックグラウンド活動がうまく完了されたかどうかまたは追加的処理が最適な時間まで延期されるべきかどうかを指し示します。

Declaration 宣言

typedef enum NSBackgroundActivityResult : NSInteger {
    ...
} NSBackgroundActivityResult;

Topics 話題

Constants 定数