QuickViewConstants.FeatureSend Field
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.
Feature to view a document using system standard sending mechanism, like
Intent#ACTION_SEND
.
[Android.Runtime.Register("FEATURE_SEND", ApiSince=26)]
public const string FeatureSend;
[<Android.Runtime.Register("FEATURE_SEND", ApiSince=26)>]
val mutable FeatureSend : string
Field Value
- Attributes
Remarks
Feature to view a document using system standard sending mechanism, like Intent#ACTION_SEND
.
Java documentation for android.content.QuickViewConstants.FEATURE_SEND
.
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.