- GcmBroadcastReceiver - Class in com.buongiorno.newton
-
- GcmBroadcastReceiver() - Constructor for class com.buongiorno.newton.GcmBroadcastReceiver
-
- GcmIntentService - Class in com.buongiorno.newton
-
This class contains the main handler that manage the received intent from GCM
when a push notification arrives.
- GcmIntentService() - Constructor for class com.buongiorno.newton.GcmIntentService
-
- GCMRegisterAsyncHandler - Class in com.buongiorno.newton
-
Created by martinellis2 on 01/12/16.
- genericException - Exception in com.buongiorno.newton.exceptions
-
Created by alisi
Modified by Martinellion 03/09/15.
- genericException() - Constructor for exception com.buongiorno.newton.exceptions.genericException
-
- genericException(String) - Constructor for exception com.buongiorno.newton.exceptions.genericException
-
- genericException(Throwable) - Constructor for exception com.buongiorno.newton.exceptions.genericException
-
- genericException(String, Throwable) - Constructor for exception com.buongiorno.newton.exceptions.genericException
-
- get(String) - Method in class com.buongiorno.newton.SimpleObject
-
Generic get property method
- getABManager() - Method in class com.buongiorno.newton.Newton
-
Implements the singleton pattern for the ABTestManager object.
- getActiveFlowName() - Method in class com.buongiorno.newton.events.FlowEventManager
-
- getAll(Context) - Static method in class com.buongiorno.newton.utils.DeviceInfo
-
- getAppVersion() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getAuthEndDeleteUserApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndMsisdnBodyRecognitionApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndMsisdnForgotApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndMsisdnLoginApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndMsisdnUrApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndOauthApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndPaymentReceiptApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndRefreshTokenApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAuthEndUserinfoApiUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getAutoLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getBody() - Method in class com.buongiorno.newton.push.StandardPushObject
-
- getBody() - Method in class com.buongiorno.newton.push.UrlPushObject
-
- getBytesOfStringProperties() - Method in class com.buongiorno.newton.SimpleObject
-
Get the total length for the string properties.
- getCallback() - Method in class com.buongiorno.newton.PushManager
-
- getCanonincalName() - Method in enum com.buongiorno.newton.push.PushObject.PushType
-
- getClientEndABTestSetupEndpoint(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getClientEndEndpoint(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getClientEndPushNotificationEndpoint(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getClientEndTrackBulkEndpoint(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getCode() - Method in class com.buongiorno.newton.http.NewtonServerResponse
-
- getConnector() - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- getCreationDateAsString() - Method in class com.buongiorno.newton.events.BaseEvent
-
Gives the creation datetime of the event, UTC time.
- getCurrentTimestampUTC() - Static method in class com.buongiorno.newton.NewtonUtils
-
- getCurrentUserToken() - Method in class com.buongiorno.newton.NewtonStatus
-
- getCurrentUserTokenType() - Method in class com.buongiorno.newton.NewtonStatus
-
- getCustomData() - Method in class com.buongiorno.newton.events.BaseEvent
-
- getCustomData() - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- getCustomFields() - Method in class com.buongiorno.newton.push.BackgroundPushObject
-
- getCustomFields() - Method in class com.buongiorno.newton.push.StandardPushObject
-
- getCustomLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getDeviceId() - Method in class com.buongiorno.newton.NewtonUtils
-
- getDeviceType() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getEncriptedImsi() - Method in class com.buongiorno.newton.NewtonUtils
-
- getEndpoint(NewtonEndpointType, boolean) - Method in class com.buongiorno.newton.http.endpoint.NewtonEndpointFactory
-
Returns the Endpoint manager for this kind of Http Request
- getEnvironmentString() - Method in class com.buongiorno.newton.Newton
-
Returns a string that identify which is distribution of the
current Newton SDK.
- getErrorCode() - Method in class com.buongiorno.newton.http.NewtonServerError
-
- getExternalLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getFlowErrorType() - Method in class com.buongiorno.newton.exceptions.ForgotFlowBackendError
-
- getGoooglePlayCode() - Method in class com.buongiorno.newton.exceptions.PushRegistrationException
-
- getIntValue(Context, String, String) - Static method in class com.buongiorno.newton.configurations.PreferenceManager
-
- getLanguageISO() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getLastEventCreateTime() - Method in class com.buongiorno.newton.NewtonStatus
-
- getLocalPushBuilder() - Method in class com.buongiorno.newton.Newton
-
- getLogcat(Context) - Static method in class com.buongiorno.newton.utils.LogCatReader
-
- getLogcat(Context, int) - Static method in class com.buongiorno.newton.utils.LogCatReader
-
- getLoginBuilder() - Method in class com.buongiorno.newton.Newton
-
Return a login builder
- getLoginErrorType() - Method in class com.buongiorno.newton.exceptions.LoginFlowBackendError
-
- getLoginRequestId() - Static method in class com.buongiorno.newton.oauth.flows.FacebookLoginFlow
-
- getLoginRequestIntent(Activity) - Static method in class com.buongiorno.newton.oauth.flows.LoginActivity
-
- getLogoutRequestId() - Static method in class com.buongiorno.newton.oauth.flows.FacebookLoginFlow
-
- getLogoutRequestIntent(Activity) - Static method in class com.buongiorno.newton.oauth.flows.LoginActivity
-
- getMessage() - Method in class com.buongiorno.newton.NewtonError
-
- getMetadataFromManifest(String) - Method in class com.buongiorno.newton.NewtonUtils
-
- getMfpLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getModel() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getMsisdnPinLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getMsisdnUrLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getName() - Method in class com.buongiorno.newton.events.BaseEvent
-
- getNewtonStatus() - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- getNotifier(Context) - Static method in class com.buongiorno.newton.ConnectivityNotifier
-
- getNow() - Static method in class com.buongiorno.newton.NewtonUtils
-
- getOAuthLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getOAuthProviders() - Method in class com.buongiorno.newton.Newton
-
Return a list of available oauth providers
- getOfferFor(String, String, PaymenCallbacks) - Method in interface com.buongiorno.newton.interfaces.PaymentManagerInterface
-
- getOfferFor(String, PaymenCallbacks) - Method in class com.buongiorno.newton.PaymentManager
-
- getOfferFor(String, String, PaymenCallbacks) - Method in class com.buongiorno.newton.PaymentManager
-
- getOnFlowCompleteCallback() - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- getOsType() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getOSVersion() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getPaymentAddPaymentUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getPaymentGetOfferUrl(boolean) - Static method in class com.buongiorno.newton.configurations.ConfigManager
-
- getPaymentManager() - Method in class com.buongiorno.newton.Newton
-
Implements the singleton pattern for the PaymentManager object.
- getPaymentReceiptFlow() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- getPendingIntent() - Method in class com.buongiorno.newton.AutopushServer
-
- getPreferenceValueInt(String, String) - Method in class com.buongiorno.newton.NewtonUtils
-
- getPreferenceValueStr(String, String) - Method in class com.buongiorno.newton.NewtonUtils
-
- getPushId() - Method in class com.buongiorno.newton.push.PushObject
-
- getPushManager() - Method in class com.buongiorno.newton.Newton
-
Implements the singleton pattern for the PushManager object
- getResponseBody() - Method in class com.buongiorno.newton.http.NewtonServerHtmlResponse
-
- getResponseBody() - Method in class com.buongiorno.newton.http.NewtonServerJsonResponse
-
- getRunningLoginFlow() - Method in class com.buongiorno.newton.NewtonStatus
-
- getRunningLoginFlowFromActivity() - Static method in class com.buongiorno.newton.NewtonStatus
-
- getSessionId() - Method in class com.buongiorno.newton.Newton
-
Return the current session token available
- getSessionId() - Method in class com.buongiorno.newton.NewtonStatus
-
- getSessionInfo() - Method in class com.buongiorno.newton.NewtonStatus
-
- getSharedInstance() - Static method in class com.buongiorno.newton.Newton
-
Get the Newton shared instance
- getSharedInstanceWithConfig(Context, String) - Static method in class com.buongiorno.newton.Newton
-
Create if not exists a new instance of the Newton object (singleton pattern)
- getSharedInstanceWithConfig(Context, String, SimpleObject) - Static method in class com.buongiorno.newton.Newton
-
Create if not exists a new instance of the Newton object (singleton pattern)
and specifies a custom session object for the start session event
- getSignature() - Method in enum com.buongiorno.newton.push.PushObject.PushType
-
- getSignatureKeyHash(Context) - Method in class com.buongiorno.newton.NewtonUtils
-
- getSize() - Method in class com.buongiorno.newton.queue.CrudAdapter
-
- getStatus() - Method in class com.buongiorno.newton.Newton
-
- getStatusCode() - Method in class com.buongiorno.newton.http.NewtonServerError
-
- getStringValue(Context, String, String) - Static method in class com.buongiorno.newton.configurations.PreferenceManager
-
- getTimezone() - Method in class com.buongiorno.newton.utils.DeviceInfo
-
- getTitle() - Method in class com.buongiorno.newton.push.StandardPushObject
-
- getTitle() - Method in class com.buongiorno.newton.push.UrlPushObject
-
- getType() - Method in class com.buongiorno.newton.events.BaseEvent
-
- getType() - Method in class com.buongiorno.newton.push.PushObject
-
- getUrl() - Method in class com.buongiorno.newton.http.endpoint.NewtonEndpoint
-
- getUrl() - Method in class com.buongiorno.newton.push.UrlPushObject
-
- getUserAgent() - Static method in class com.buongiorno.newton.NewtonUtils
-
- getUserMetaInfo(IMetaInfoCallBack) - Method in class com.buongiorno.newton.Newton
-
Asynchronous method for get User meta info
- getUserToken() - Method in class com.buongiorno.newton.Newton
-
Return the current user token available
- GetUTCdatetimeAsString() - Static method in class com.buongiorno.newton.NewtonUtils
-
- GetUTCdatetimeAsString(long) - Static method in class com.buongiorno.newton.NewtonUtils
-
- getVersionString() - Method in class com.buongiorno.newton.Newton
-
It returns a concatenated values from autorevision file.
- GoogleLoginFlow - Class in com.buongiorno.newton.oauth.flows
-
Created by alisi
Modified by Martinellion 08/10/15.
- GoogleLoginFlow(EventQueueManager, NewtonStatus, NewtonInternalEvents, IBasicResponse) - Constructor for class com.buongiorno.newton.oauth.flows.GoogleLoginFlow
-
- i(String, String) - Static method in class com.buongiorno.newton.logger.Log
-
info
- IBasicResponse - Interface in com.buongiorno.newton.interfaces
-
Created by alisi
Modified by Martinellion 20/07/15.
- IBasicResponseWithData - Interface in com.buongiorno.newton.interfaces
-
Created by alisi
Modified by Martinellion 20/07/15.
- IConnectorCallback - Interface in com.buongiorno.newton.http
-
Created by martinellis2 on 18/07/16.
- IHttpResponse - Interface in com.buongiorno.newton.http
-
Created by alisi
Modified by Martinellion 13/10/15.
- IMetaInfoCallBack - Interface in com.buongiorno.newton.interfaces
-
Created by alisi
Modified by Martinellion 01/12/15.
- IMSI_PARAM_NAME - Static variable in class com.buongiorno.newton.http.RequestParam
-
- IN_BROWSER - Static variable in class com.buongiorno.newton.push.PushObject
-
- incrementRetryCounter(String) - Method in class com.buongiorno.newton.queue.CrudAdapter
-
- incrementRetryCounter(String[]) - Method in class com.buongiorno.newton.queue.CrudAdapter
-
- internalEvents - Variable in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- invalidateCurrentUserToken() - Method in class com.buongiorno.newton.NewtonStatus
-
Invalidate the currentToken:
if currentToken = N_ and autologinToken is present the currentToken = U_
otherwise currentToken = A_
- InvalidEventException - Exception in com.buongiorno.newton.exceptions
-
- InvalidEventException(String) - Constructor for exception com.buongiorno.newton.exceptions.InvalidEventException
-
- IPushCallback - Interface in com.buongiorno.newton.interfaces
-
Created by martinellis2 on 14/03/16.
- IRegisterAsyncTaskHandler - Interface in com.buongiorno.newton.handler
-
Created by tommaso on 24/07/14.
- IS_LOCAL - Static variable in class com.buongiorno.newton.push.PushObject
-
- isBhandleExpired(String) - Static method in class com.buongiorno.newton.NewtonStatus
-
Check if the U_ token is expired.
- isConnected(Context) - Static method in class com.buongiorno.newton.ConnectivityNotifier
-
- isFacebookSDKAvailable() - Method in class com.buongiorno.newton.NewtonUtils
-
- isInBrowser() - Method in class com.buongiorno.newton.push.UrlPushObject
-
- isLocal - Variable in class com.buongiorno.newton.push.PushObject
-
- isLocal() - Method in class com.buongiorno.newton.push.PushObject
-
- isLocalPushScheduled() - Method in class com.buongiorno.newton.Newton
-
Check if a local push is setted or not
- isLocalPushScheduled() - Method in class com.buongiorno.newton.PushManager
-
Check if a local push already exists
- isLocalTagName - Static variable in class com.buongiorno.newton.events.BaseEvent
-
- isLogged() - Method in class com.buongiorno.newton.NewtonStatus
-
- isLoginFlowRunning() - Method in class com.buongiorno.newton.Newton
-
True if and only if there is a running login flow raised
by the app
- isRunning(String) - Method in class com.buongiorno.newton.events.TimedEventManager
-
- IStateChange - Interface in com.buongiorno.newton.interfaces
-
Created by alisi
Modified by Martinellion 17/11/15.
- isTimedEventRunning(String) - Method in class com.buongiorno.newton.Newton
-
Return true if a name timed event is running
- isUserLogged() - Method in class com.buongiorno.newton.Newton
-
Check if the user is logged or not
- SANDBOX - Static variable in class com.buongiorno.newton.NewtonUtils
-
- saveAutologinToken(String) - Method in class com.buongiorno.newton.NewtonStatus
-
- scheduleLocalBackgroundPush() - Method in class com.buongiorno.newton.push.PushBuilder
-
Check and Schedule the created local BackgroundPush
- scheduleLocalPush(Calendar, PushObject, Bundle) - Method in class com.buongiorno.newton.PushManager
-
Setting local push
- scheduleLocalStandardPush() - Method in class com.buongiorno.newton.push.PushBuilder
-
Check and Schedule the created local StandardPush
- scheduleLocalUrlPush() - Method in class com.buongiorno.newton.push.PushBuilder
-
Check and Schedule the created local UrlPush
- scopeTagName - Static variable in class com.buongiorno.newton.events.BaseEvent
-
- sendAsyncPost(NewtonEndpointType, Object, IConnectorCallback) - Method in class com.buongiorno.newton.http.NewtonConnector
-
Performs a new Async post Request to HTTP connector
- sendEvent(String) - Method in class com.buongiorno.newton.Newton
-
Queue an event
- sendEvent(String, SimpleObject) - Method in class com.buongiorno.newton.Newton
-
Queue an event
- sendIdentifyEvent(NewtonLoginFlowType) - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- SERIALIZED_RECEIPT_PARAM_NAME - Static variable in class com.buongiorno.newton.http.RequestParam
-
- serializePayment(String, String) - Method in class com.buongiorno.newton.PaymentManager
-
Serialize payment data
- SESSION_ID_PARAM_NAME - Static variable in class com.buongiorno.newton.http.RequestParam
-
- SESSION_TOKEN_PARAM_NAME - Static variable in class com.buongiorno.newton.http.ResponseParam
-
- sessionIdTagName - Static variable in class com.buongiorno.newton.events.BaseEvent
-
- SessionStartEvent - Class in com.buongiorno.newton.events
-
Created by alisi
Modified by Martinellion 16/07/15.
- SessionStartEvent(String, String) - Constructor for class com.buongiorno.newton.events.SessionStartEvent
-
- set(String, Object) - Method in class com.buongiorno.newton.SimpleObject
-
Setting a new Object property.
- setActivity(Activity) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setAlarm(Context, Calendar, int) - Method in class com.buongiorno.newton.AutopushServer
-
- setAllowCustomLoginSession(boolean) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setAnonymousToken() - Method in class com.buongiorno.newton.NewtonStatus
-
- setBody(String) - Method in class com.buongiorno.newton.push.PushBuilder
-
Set the Push body
- setBool(String, boolean) - Method in class com.buongiorno.newton.SimpleObject
-
Setting a boolean property.
- setCallback(IBasicResponse) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
Deprecated.
- setConnector(NewtonConnector) - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- setContentId(String) - Method in class com.buongiorno.newton.events.RankingEvent
-
- setCurrentUserToken(String) - Method in class com.buongiorno.newton.NewtonStatus
-
- setCustomData(SimpleObject) - Method in class com.buongiorno.newton.events.BaseEvent
-
- setCustomData(SimpleObject) - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- setCustomData(SimpleObject) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setCustomDataInSessionEvent(SimpleObject) - Method in class com.buongiorno.newton.Newton
-
Set a new custom-data for the start session
will be used in the next start session event.
- setCustomFields(SimpleObject) - Method in class com.buongiorno.newton.push.PushBuilder
-
Set the push's custom fields
- setCustomID(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setDate(Calendar) - Method in class com.buongiorno.newton.push.PushBuilder
-
Set a date time when fire the push
- setDeviceInfo(SimpleObject) - Method in class com.buongiorno.newton.events.ABEvent
-
- setDouble(String, double) - Method in class com.buongiorno.newton.SimpleObject
-
Setting a new double property.
- setErrorUrl(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setEventQueueManager(EventQueueManager) - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- setExternalID(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setFloat(String, float) - Method in class com.buongiorno.newton.SimpleObject
-
Setting a new float property.
- setImsi() - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setInfo(SimpleObject) - Method in class com.buongiorno.newton.events.SessionStartEvent
-
- setInt(String, int) - Method in class com.buongiorno.newton.SimpleObject
-
Setting a new int property.
- setIsFirstStart(boolean) - Method in class com.buongiorno.newton.events.SessionStartEvent
-
- setLastEventCreateTime(long) - Method in class com.buongiorno.newton.NewtonStatus
-
- setLoginTypeStr(NewtonLoginFlowType) - Method in class com.buongiorno.newton.events.LoginEvent
-
- setLogoutTypeStr(String) - Method in class com.buongiorno.newton.events.LogoutEvent
-
- setMsisdn(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setMultiplier(double) - Method in class com.buongiorno.newton.events.RankingEvent
-
- setNewtonStatus(NewtonStatus) - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- setNull(String) - Method in class com.buongiorno.newton.SimpleObject
-
Set null value to a property.
- setOAuthProvider(OauthProviderAllowed) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setOfferId(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setOnFlowCompleteCallback(IBasicResponse) - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- setOnFlowCompleteCallback(IBasicResponse) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setOnUserStateChangeListener(IStateChange) - Method in class com.buongiorno.newton.Newton
-
Invoked on login complete successfully or not.
- setPin(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setPony(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setPreferenceValueStr(String, String, String) - Method in class com.buongiorno.newton.NewtonUtils
-
- setPushNotificationCallback(IPushCallback) - Method in class com.buongiorno.newton.PushManager
-
- setReason(String) - Method in class com.buongiorno.newton.events.PushRegisteredEvent
-
- setReceipt(JSONObject) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setReturnUrl(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- setRunningLoginFlow(BaseLoginFlow) - Method in class com.buongiorno.newton.NewtonStatus
-
- setScope(RankingEvent.RankingScope) - Method in class com.buongiorno.newton.events.RankingEvent
-
- setSeed(long) - Method in class com.buongiorno.newton.utils.MersenneTwister
-
This method resets the state of this instance using the 64
bits of seed data provided.
- setSeed(byte[]) - Method in class com.buongiorno.newton.utils.MersenneTwister
-
This method resets the state of this instance using the byte
array of seed data provided.
- setSeed(int[]) - Method in class com.buongiorno.newton.utils.MersenneTwister
-
This method resets the state of this instance using the integer
array of seed data provided.
- setShown() - Method in class com.buongiorno.newton.push.PushObject
-
- setString(String, String) - Method in class com.buongiorno.newton.SimpleObject
-
Setting a new string property.
- setStringValue(Context, String, String, String) - Static method in class com.buongiorno.newton.configurations.PreferenceManager
-
- setTitle(String) - Method in class com.buongiorno.newton.push.PushBuilder
-
Set the Push title
- setupABTestManager(String...) - Method in class com.buongiorno.newton.ABTestManager
-
Setup the abtest
- setUrl(URL) - Method in class com.buongiorno.newton.push.PushBuilder
-
Set the Push url
- setWaitingUrl(String) - Method in class com.buongiorno.newton.oauth.flows.LoginBuilder
-
- showInterstitialContent() - Method in class com.buongiorno.newton.Newton
-
By invoking this method the Application will trigger the stored push visualization
into a particular activity
- SimpleObject - Class in com.buongiorno.newton
-
This class describes a SimpleObject.
- SimpleObject() - Constructor for class com.buongiorno.newton.SimpleObject
-
- SimpleObject() - Method in class com.buongiorno.newton.SimpleObject
-
- SimpleObjectException - Exception in com.buongiorno.newton.exceptions
-
Created by alisi
Modified by Martinellion 20/04/15.
- SimpleObjectException(String) - Constructor for exception com.buongiorno.newton.exceptions.SimpleObjectException
-
- SimpleObjectSerializationException - Exception in com.buongiorno.newton.exceptions
-
- SimpleObjectSerializationException(String) - Constructor for exception com.buongiorno.newton.exceptions.SimpleObjectSerializationException
-
- StandardPushObject - Class in com.buongiorno.newton.push
-
Created by martinellis2 on 22/12/16.
- StandardPushObject(Intent) - Constructor for class com.buongiorno.newton.push.StandardPushObject
-
- Start(String, SimpleObject, NewtonStatus) - Method in class com.buongiorno.newton.events.TimedEventManager
-
- startedFlowIdTagName - Static variable in class com.buongiorno.newton.events.BaseEvent
-
- startForgotFlow() - Method in class com.buongiorno.newton.oauth.flows.MsisdnPINLoginFlow
-
Start a new forgot flow for Msisdn PIN Recognition.
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.AutoLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.BaseLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.CustomLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.ExternalLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.FacebookLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.GoogleLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.MfpLoginFlow
-
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.MsisdnPINLoginFlow
-
Start a new login flow for Msisdn PIN Recognition
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.MsisdnURLoginFlow
-
Start a new login flow for Msisdn User recognition
- startLoginFlow() - Method in class com.buongiorno.newton.oauth.flows.PaymentReceiptLoginFlow
-
- startLogoutFlow() - Method in class com.buongiorno.newton.oauth.flows.FacebookLoginFlow
-
- STATUS_PARAM_NAME - Static variable in class com.buongiorno.newton.http.ResponseParam
-
- Step(FlowEvent) - Method in class com.buongiorno.newton.events.FlowEventManager
-
- Stop(String, SimpleObject, NewtonStatus) - Method in class com.buongiorno.newton.events.TimedEventManager
-
Stops an active timer
- succededTagName - Static variable in class com.buongiorno.newton.events.BaseEvent
-
- Success(FlowEvent) - Method in class com.buongiorno.newton.events.FlowEventManager
-
- syncUserState(IBasicResponse) - Method in class com.buongiorno.newton.Newton
-
Make sure the knowledge about login user state
- v(String, String) - Static method in class com.buongiorno.newton.logger.Log
-
verbose
- valueOf(String) - Static method in enum com.buongiorno.newton.events.AttachSession.AttachType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.events.BaseEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.events.LogoutEvent.logoutEnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.events.PushEvent.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.events.RankingEvent.RankingScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.exceptions.ForgotFlowBackendError.ForgotFlowErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.exceptions.LoginFlowBackendError.LoginFlowErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.http.endpoint.NewtonEndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.NewtonStatus.NewtonTokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.oauth.flows.NewtonLoginFlowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.oauth.flows.OauthProviderAllowed
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.buongiorno.newton.push.PushObject.PushType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.buongiorno.newton.events.AttachSession.AttachType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.events.BaseEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.events.LogoutEvent.logoutEnumType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.events.PushEvent.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.events.RankingEvent.RankingScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.exceptions.ForgotFlowBackendError.ForgotFlowErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.exceptions.LoginFlowBackendError.LoginFlowErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.http.endpoint.NewtonEndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.NewtonStatus.NewtonTokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.oauth.flows.NewtonLoginFlowType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.oauth.flows.OauthProviderAllowed
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.buongiorno.newton.push.PushObject.PushType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARIABLES_PARAM_NAME - Static variable in class com.buongiorno.newton.http.RequestParam
-
- VCS_BASENAME - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_BRANCH - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_DATE - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_EXTRA - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_FULL_HASH - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_NUM - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_SHORT_HASH - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_TAG - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_TICK - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_TYPE - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_UUID - Static variable in class com.buongiorno.newton.autorevision
-
- VCS_WC_MODIFIED - Static variable in class com.buongiorno.newton.autorevision
-