Intent.ActionCreateShortcut Campo

Definizione

Azione attività: crea un collegamento.

[Android.Runtime.Register("ACTION_CREATE_SHORTCUT")]
public const string ActionCreateShortcut;
[<Android.Runtime.Register("ACTION_CREATE_SHORTCUT")>]
val mutable ActionCreateShortcut : string

Valore del campo

Implementazioni

Attributi

Commenti

Azione attività: crea un collegamento.

Input: Niente.

Output: finalità che rappresenta il android.content.pm.ShortcutInfo risultato.

Per la compatibilità con le versioni precedenti di Android, la finalità può contenere anche tre extra: SHORTCUT_INTENT (valore: Intent), SHORTCUT_NAME (valore: String) e SHORTCUT_ICON (valore: Bitmap) o SHORTCUT_ICON_RESOURCE (valore: ShortcutIconResource).

per android.content.Intent.ACTION_CREATE_SHORTCUT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche