MtpEvent.EventCancelTransaction Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This constant will be removed in the future version. Use Android.Mtp.EventCode enum directly instead of this field.
Código de evento para CANCEL_TRANSACTION evento
[Android.Runtime.Register("EVENT_CANCEL_TRANSACTION", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.EventCode enum directly instead of this field.", true)]
public const Android.Mtp.EventCode EventCancelTransaction = 16385;
[<Android.Runtime.Register("EVENT_CANCEL_TRANSACTION", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.EventCode enum directly instead of this field.", true)>]
val mutable EventCancelTransaction : Android.Mtp.EventCode
Valor do campo
Value = 16385- Atributos
Comentários
Código de evento para CANCEL_TRANSACTION evento
Documentação Java para android.mtp.MtpEvent.EVENT_CANCEL_TRANSACTION
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.