BTNAppInstallState Constants Reference

Declared in BTNAppAction.h

BTNAppInstallState

Enum represening result of -appInstallState.

Definition

typedef NS_ENUM(NSUInteger, BTNAppInstallState ) {
   BTNAppInstallStateUnknown = 0,
   BTNAppInstallStateInstalled,
   BTNAppInstallStateNotInstalled,
   BTNAppInstallStateNotQueryable,
};

Constants

BTNAppInstallStateUnknown

Enum represening result of -appInstallState.

Declared In BTNAppAction.h.

BTNAppInstallStateInstalled

Enum represening result of -appInstallState.

Declared In BTNAppAction.h.

BTNAppInstallStateNotInstalled

Enum represening result of -appInstallState.

Declared In BTNAppAction.h.

BTNAppInstallStateNotQueryable

Enum represening result of -appInstallState.

Declared In BTNAppAction.h.

Declared In

BTNAppAction.h