A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_
C
- callInBackground(Callable) - function in com.polygamma.ogm.OriginMobile
- Execute command which computes a value, on non-main (UI) thread.
- callInForeground(Callable) - function in com.polygamma.ogm.OriginMobile
- Execute command which computes a value, on main (UI) thread.
- callPunting(Callable) - function in com.polygamma.ogm.OriginMobile
- Schedule command which computes a value, on main (UI) thread, for execution on non-mainthread.
- callPuntingDelayed(Callable,long,TimeUnit) - function in com.polygamma.ogm.OriginMobile
- Schedule command which computes a value, on main (UI) thread, for delayed execution onnon-main thread.
- cancelAndAwait(Future) - function in com.polygamma.ogm.util.MoreFutures
- Cancel and await completion of future.
- cancelAndAwaitAll(Iterable) - function in com.polygamma.ogm.util.MoreFutures
- Cancel and await completion of zero or more futures.
- capabilities() - function in com.polygamma.ogm.device.DeviceDescriptor
- Mask of capabilities.
- capabilities() - function in com.polygamma.ogm.net.NetworkDescriptor
- Network capabilities mask.
- capability(int,boolean) - function in com.polygamma.ogm.device.DeviceDescriptor.Builder
- Add or remove device capability.
- capability(int,boolean) - function in com.polygamma.ogm.net.NetworkDescriptor.Builder
- Add or remove supported capability.
- carrierId() - function in com.polygamma.ogm.net.SubscriptionDescriptor
- AOSP assigned carrier id subscription is registered with.
- carrierId(int) - function in com.polygamma.ogm.net.SubscriptionDescriptor.Builder
- Set AOSP assigned id of carrier subscription is registered with.
- carrierName() - function in com.polygamma.ogm.net.SubscriptionDescriptor
- Human-readable name of carrier subscription is registered with.
- carrierName(String) - function in com.polygamma.ogm.net.SubscriptionDescriptor.Builder
- Set human-readable name of carrier subscription is registered with.
- checkArgument(boolean) - function in _build.DebugBuild
- Ensure argument is valid if debug build.
- checkMainThread() - function in com.polygamma.ogm.util.Sync
- Fail if current thread is not main (UI) thread.
- checkNonMainThread() - function in com.polygamma.ogm.util.Sync
- Fail if current thread is main (UI) thread.
- checkNotNull(T) - function in _build.DebugBuild
- Ensure value is non-
{@code null}if debug build. - checkState(boolean,String) - function in _build.DebugBuild
- Ensure state is valid if debug build, failing with messageotherwise.
- checkState(boolean) - function in _build.DebugBuild
- Ensure state is valid if debug build.
- clearCapabilities() - function in com.polygamma.ogm.device.DeviceDescriptor.Builder
- Clear all device capabilities.
- clearCapabilities() - function in com.polygamma.ogm.net.NetworkDescriptor.Builder
- Remove all supported capabilities.
- clearConnectionTypes() - function in com.polygamma.ogm.net.NetworkDescriptor.Builder
- Remove all supported connection types.
- com.polygamma.ogm - package com.polygamma.ogm
- com.polygamma.ogm.adcom - package com.polygamma.ogm.adcom
- com.polygamma.ogm.antifraud - package com.polygamma.ogm.antifraud
- com.polygamma.ogm.device - package com.polygamma.ogm.device
- com.polygamma.ogm.location - package com.polygamma.ogm.location
- com.polygamma.ogm.net - package com.polygamma.ogm.net
- com.polygamma.ogm.user - package com.polygamma.ogm.user
- com.polygamma.ogm.util - package com.polygamma.ogm.util
- compressString(String) - function in com.polygamma.ogm.util.Gzip
- Compress string to URL-safe
{@code base64}compressed string. - confidence() - function in com.polygamma.ogm.antifraud.AntiFraudDescriptor
- Status confidence.
- ConnectionType - class in com.polygamma.ogm.adcom
- Connection type qualifier.
- connectionType() - function in com.polygamma.ogm.net.SubscriptionDescriptor
- Network connection type of subscription.
- connectionType(int) - function in com.polygamma.ogm.net.SubscriptionDescriptor.Builder
- Set network connection type of subscription.
- connectionType(int,boolean) - function in com.polygamma.ogm.net.NetworkDescriptor.Builder
- Add or remove supported connection type.
- connectionTypes() - function in com.polygamma.ogm.net.NetworkDescriptor
- Connection types supported by network.
- ConnectivityDescriptor - class in com.polygamma.ogm.net
- Device network connectivity descriptor.
- ConnectivityDescriptor.Builder - class in com.polygamma.ogm.net.ConnectivityDescriptor
- Device network connectivity descriptor builder.
- ConnectivityModule - class in com.polygamma.ogm.net
- Device network connectivity module.
- ConnectivityModule.Provider - class in com.polygamma.ogm.net.ConnectivityModule
- Device network connectivity module provider.
- connectTimeout(long,TimeUnit) - function in com.polygamma.ogm.net.RemoteServiceModule.Provider
- Set maximum time to wait for connection to establish before failing.
- contacts() - function in com.polygamma.ogm.user.UserDescriptor
- Descriptors of user contacts.
- context() - function in com.polygamma.ogm.OriginMobile
- Context owning SDK instance.
- context(Context) - function in com.polygamma.ogm.OriginMobile.Initializer
- Set owning context.
- count() - function in com.polygamma.ogm.device.BootDescriptor
- boot count of device.
- count(int) - function in com.polygamma.ogm.device.BootDescriptor.Builder
- Set boot count of device.
- countryCode() - function in com.polygamma.ogm.net.SubscriptionDescriptor
- ISO 3166-1 alpha-2 country code of operator subscription is registered with.
- countryCode(String) - function in com.polygamma.ogm.net.SubscriptionDescriptor.Builder
- Set ISO 3166-1 alpha-2 country code of operator subscription is registered with.
- current() - function in com.polygamma.ogm.OriginMobile
- Current SDK instance.
- currentProcessName(Context) - function in com.polygamma.ogm.util.AndroidContexts
- Retrieve name of executing process.