Intent.Type Propiedad

Definición

Recupere cualquier tipo MIME explícito incluido en la intención.

public virtual string? Type { [Android.Runtime.Register("getType", "()Ljava/lang/String;", "GetGetTypeHandler")] get; }
[<get: Android.Runtime.Register("getType", "()Ljava/lang/String;", "GetGetTypeHandler")>]
member this.Type : string

Valor de propiedad

Si se estableció manualmente un tipo, se devuelve; else null se devuelve.

Atributos

Comentarios

Recupere cualquier tipo MIME explícito incluido en la intención. Normalmente es null, ya que el tipo viene determinado por los datos de intención.

Java documentación para android.content.Intent.getType().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Consulte también