ContentInfo.Source 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.
The source of the operation.
public int Source { [Android.Runtime.Register("getSource", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSource", "()I", "", ApiSince=31)>]
member this.Source : int
Property Value
- Attributes
Remarks
The source of the operation. See SOURCE_
constants. Future versions of Android may pass additional values.
Java documentation for android.view.ContentInfo.getSource()
.
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.