Notification.PublicVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replacement version of this notification whose content will be shown in an insecure context such as atop a secure keyguard.
[Android.Runtime.Register("publicVersion")]
public Android.App.Notification? PublicVersion { get; set; }
[<Android.Runtime.Register("publicVersion")>]
member this.PublicVersion : Android.App.Notification with get, set
Property Value
- Attributes
Remarks
Replacement version of this notification whose content will be shown in an insecure context such as atop a secure keyguard. See #visibility
and #VISIBILITY_PUBLIC
.
Java documentation for android.app.Notification.publicVersion
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.