A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_
R
- readAndDiscard() - function in com.polygamma.ogm.util.ProtobufReader
- Read and discard next value.
- readBoolean() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code varint}coded{@code boolean}value. - readBooleanArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code varint}length-delimited sequence into newly allocated{@code boolean}array. - readByteArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read length-delimited sequence into newly allocated
{@code byte}array. - readByteBufferView() - function in com.polygamma.ogm.util.ProtobufReader
- Read length-delimited sequence into
{@code byte}buffer view. - readFixedDouble() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code fixed64}coded{@code double}value. - readFixedDoubleArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code fixed64}length-delimited sequence into newly allocated{@code double}array. - readFixedFloat() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code fixed32}coded{@code float}value. - readFixedFloatArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code fixed32}length-delimited sequence into newly allocated{@code float}array. - readFixedInt() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code fixed32}coded{@code int}value. - readFixedIntArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code fixed32}length-delimited sequence into newly allocated{@code int}array. - readFixedLong() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code fixed64}coded{@code long}value. - readFixedLongArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code fixed64}length-delimited sequence into newly allocated{@code long}array. - readInt() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code varint}coded{@code int}value. - readIntArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code varint}length-delimited sequence into newly allocated{@code int}array. - readLong() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code varint}coded{@code long}value. - readLongArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code varint}length-delimited sequence into newly allocated{@code long}array. - readMessage(M) - function in com.polygamma.ogm.util.ProtobufReader
- Read and merge length-delimited sequence into message.
- readRepeatedMessage(List,List,M) - function in com.polygamma.ogm.util.ProtobufReader
- Read and merge repeated length-delimited sequence into message.
- readTag() - function in com.polygamma.ogm.util.ProtobufReader
- Read next
{@code varint}as field tag. - readTimeout(long,TimeUnit) - function in com.polygamma.ogm.net.RemoteServiceModule.Provider
- Set maximum time to wait for connection to become readable before failing.
- readUnsignedInt() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code varint}coded unsigned{@code int}value. - readUnsignedIntArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code varint}length-delimited sequence into newly allocated unsigned{@code * int}array. - readUnsignedLong() - function in com.polygamma.ogm.util.ProtobufReader
- Read
{@code varint}coded unsigned{@code long}value. - readUnsignedLongArray() - function in com.polygamma.ogm.util.ProtobufReader
- Read packed
{@code varint}length-delimited sequence into newly allocated unsigned{@code * long}array. - readUtf8() - function in com.polygamma.ogm.util.ProtobufReader
- Read UTF-8 length-delimited sequence into string.
- readUtf8Pair() - function in com.polygamma.ogm.util.ProtobufReader
- Read pair of UTF-8 length-delimited sequences into pair of strings.
- registerDescriptorsUpdateCallback(Consumer) - function in com.polygamma.ogm.OriginMobile
- Register callback to invoke when module descriptors are updated.
- registerInstallCallback(Consumer) - function in com.polygamma.ogm.OriginMobile
- Register callback to invoke when an SDK instance is initialized and installed.
- RemoteServiceModule - class in com.polygamma.ogm.net
- Remote network service access module.
- RemoteServiceModule.Provider - class in com.polygamma.ogm.net.RemoteServiceModule
- Remote network service module provider.
- removeSetting(String) - function in com.polygamma.ogm.OriginMobile
- Remove setting value, if present.
- rootServiceHost(String) - function in com.polygamma.ogm.net.RemoteServiceModule.Provider
- Set host of root service.
- runInBackground(Runnable) - function in com.polygamma.ogm.OriginMobile
- Execute command on non-main (UI) thread.
- runInForeground(Runnable) - function in com.polygamma.ogm.OriginMobile
- Execute command on main (UI) thread.
- runPunting(Runnable) - function in com.polygamma.ogm.OriginMobile
- Schedule command, on main (UI) thread, for execution on non-main thread.
- runPuntingDelayed(Runnable,long,TimeUnit) - function in com.polygamma.ogm.OriginMobile
- Schedule command, on main (UI) thread, for delayed execution on non-main thread.