setConsumerKey static method
Implementation
static setConsumerKey(String consumerKey) {
///Value of Consumer Key MUST be set before the party starts.
_mConsumerKeyVariable = consumerKey;
_consumerKeySet = true;
}
static setConsumerKey(String consumerKey) {
///Value of Consumer Key MUST be set before the party starts.
_mConsumerKeyVariable = consumerKey;
_consumerKeySet = true;
}