var isEligibleForHandoff : Bool
A Boolean value that indicates whether the activity can be continued on another device using Handoff.
Handoffを使って別のデバイス上でアクティビティが継続されることが可能かどうかを指し示すブール値。
var isEligibleForPublicIndexing : Bool
A Boolean value that indicates whether the activity can be publicly accessed by all iOS users.
全てのiOSユーザによってアクティビティがパブリックにアクセスされることができるかどうかを指し示すブール値。
var expirationDate : Date?
The date after which the activity is no longer eligible for Handoff or indexing.
それの後にアクティビティがもはやHandoffまたは索引作成に対して適格ではない日付。