func privacySensitive (Bool) -> some View
Marks the view as containing sensitive, private user data.
func unredacted() -> some View
Removes any reason to apply a redaction to this view hierarchy.
改訂をこのビュー階層に適用するあらゆる理由を除去します。
Availability 有効性
Technology
func redacted(reason: RedactionReasons
) -> some View
Adding a redaction is an additive process: any redaction provided will be added to the reasons provided by the parent. 改訂の追加は、ある累積的な処理です:提供されるあらゆる改訂は、親によって提供される理由それらに加えられます。
func privacySensitive (Bool) -> some View
func unredacted() -> some View