TelecomManager.GatewayOriginalAddress 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.
An optional android.content.Intent#ACTION_CALL
intent extra corresponding to the
original address to dial for the call.
[Android.Runtime.Register("GATEWAY_ORIGINAL_ADDRESS")]
public const string GatewayOriginalAddress;
[<Android.Runtime.Register("GATEWAY_ORIGINAL_ADDRESS")>]
val mutable GatewayOriginalAddress : string
Field Value
- Attributes
Remarks
An optional android.content.Intent#ACTION_CALL
intent extra corresponding to the original address to dial for the call. This is used when an alternative gateway address is provided to recall the original address. The value is a android.net.Uri
.
(See #GATEWAY_PROVIDER_PACKAGE
for details)
Java documentation for android.telecom.TelecomManager.GATEWAY_ORIGINAL_ADDRESS
.
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.