PendingBlock.Type

public static final enum PendingBlock.Type
extends Enum<PendingBlock.Type>

java.lang.Object
   ↳ java.lang.Enum<com.android.incfs.install.PendingBlock.Type>
     ↳ com.android.incfs.install.PendingBlock.Type


Özet

Enum değerleri

PendingBlock.Type  APK_DATA

 

PendingBlock.Type  SIGNATURE_TREE

 

Herkese açık yöntemler

static PendingBlock.Type valueOf(String name)
static final Type[] values()

Enum değerleri

APK_DATA

public static final PendingBlock.Type APK_DATA

SIGNATURE_TREE

public static final PendingBlock.Type SIGNATURE_TREE

Herkese açık yöntemler

valueOf

public static PendingBlock.Type valueOf (String name)

Parametreler
name String

İlerlemeler
PendingBlock.Type

değerler

public static final Type[] values ()

İlerlemeler
Type[]