E2eeContactKeysManager.E2eeContactKey.TimeUpdated Property

Definition

Gets the timestamp at which the end-to-end encryption key was updated.

public long TimeUpdated { [Android.Runtime.Register("getTimeUpdated", "()J", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTimeUpdated", "()J", "", ApiSince=35)>]
member this.TimeUpdated : int64

Property Value

The timestamp at which the key was updated in the System.currentTimeMillis() base.

Attributes

Remarks

Gets the timestamp at which the end-to-end encryption key was updated. Returns -1 if the app doesn't have the required visibility into the key.

Android reference for android.provider.E2eeContactKeysManager.E2eeContactKey.getTimeUpdated.

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.

Applies to