TelecomManager.ExtraOutgoingPicture 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.
A ParcelUuid used as a token to represent a picture that was uploaded prior to the call being placed.
[Android.Runtime.Register("EXTRA_OUTGOING_PICTURE", ApiSince=31)]
public const string ExtraOutgoingPicture;
[<Android.Runtime.Register("EXTRA_OUTGOING_PICTURE", ApiSince=31)>]
val mutable ExtraOutgoingPicture : string
Field Value
- Attributes
Remarks
A ParcelUuid used as a token to represent a picture that was uploaded prior to the call being placed. The value of this extra should be set using the android.os.ParcelUuid
obtained from the callback in TelephonyManager#uploadCallComposerPicture
.
Java documentation for android.telecom.TelecomManager.EXTRA_OUTGOING_PICTURE
.
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.