Interface OnfConstants
- 
public interface OnfConstantsStores common constants for ONF approved extensions. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intONF_ET_BUNDLE_ADD_MESSAGEONF_ET_BUNDLE_ADD_MESSAGE message type.static intONF_ET_BUNDLE_CONTROLONF_ET_BUNDLE_CONTROL message type.static longONF_EXPERIMENTER_IDExperimenter ID of ONF approved extensions. 
 - 
 
- 
- 
Field Detail
- 
ONF_EXPERIMENTER_ID
static final long ONF_EXPERIMENTER_ID
Experimenter ID of ONF approved extensions.- See Also:
 - Constant Field Values
 
 
- 
ONF_ET_BUNDLE_CONTROL
static final int ONF_ET_BUNDLE_CONTROL
ONF_ET_BUNDLE_CONTROL message type.- See Also:
 - Constant Field Values
 
 
- 
ONF_ET_BUNDLE_ADD_MESSAGE
static final int ONF_ET_BUNDLE_ADD_MESSAGE
ONF_ET_BUNDLE_ADD_MESSAGE message type.- See Also:
 - Constant Field Values
 
 
 - 
 
 -