A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W 

R

recomputeViewAttributes(View) - function in android.view.ShutterButton
 
refreshDrawableState() - function in android.view.ShutterButton
 
releasePointerCapture() - function in android.view.ShutterButton
 
removeAllViews() - function in android.view.ShutterButton
 
removeAllViewsInLayout() - function in android.view.ShutterButton
 
removeCallbacks(Runnable) - function in android.view.ShutterButton
 
removeDetachedView(View,Boolean) - function in android.view.ShutterButton
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ShutterButton
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ShutterButton
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ShutterButton
 
removeResult(TypeAliased(typeAlias=GenericTypeConstructor(dri=io.scanbot.sdk.ui.result/ResultId///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/String///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in io.scanbot.sdk.ui.result.ResultRepository
Removes the result with a given ResultId from the repository
removeResult(String) - function in io.scanbot.sdk.ui.result.ResultStorage
Removes the result from the storage according to the given id
removeView(View) - function in android.view.ShutterButton
 
removeViewAt(Integer) - function in android.view.ShutterButton
 
removeViewInLayout(View) - function in android.view.ShutterButton
 
removeViews(Integer,Integer) - function in android.view.ShutterButton
 
removeViewsInLayout(Integer,Integer) - function in android.view.ShutterButton
 
requestApplyInsets() - function in android.view.ShutterButton
 
requestChildFocus(View,View) - function in android.view.ShutterButton
 
requestChildRectangleOnScreen(View,Rect,Boolean) - function in android.view.ShutterButton
 
requestDisallowInterceptTouchEvent(Boolean) - function in android.view.ShutterButton
 
requestFitSystemWindows() - function in android.view.ShutterButton
 
requestFocus(Integer,Rect) - function in android.view.ShutterButton
 
requestFocus() - function in android.view.ShutterButton
 
requestFocus(Integer) - function in android.view.ShutterButton
 
requestFocusFromTouch() - function in android.view.ShutterButton
 
requestLayout() - function in android.view.ShutterButton
 
requestPointerCapture() - function in android.view.ShutterButton
 
requestRectangleOnScreen(Rect) - function in android.view.ShutterButton
 
requestRectangleOnScreen(Rect,Boolean) - function in android.view.ShutterButton
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ShutterButton
 
requestTransparentRegion(View) - function in android.view.ShutterButton
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ShutterButton
 
requireViewById(Integer) - function in android.view.ShutterButton
 
reset() - function in io.scanbot.sdk.autosnapping.PolygonCloseAutoSnappingPredicate
 
resetPivot() - function in android.view.ShutterButton
 
restoreDefaultFocus() - function in android.view.ShutterButton
 
restoreHierarchyState(SparseArray) - function in android.view.ShutterButton
 
ResultRepository - class in io.scanbot.sdk.ui.result
Provides access to the scanning result of the given type by ResultId The current implementation of the repository keeps the result only in RAM and does not store anything on the persistent storage It is important to persist the data manually if it is needed to be used after the restart of the process of the application Be careful when processing the intent with ResultId in onCreate method of the Activity as it may be recreated after the termination of the process
ResultStorage - class in io.scanbot.sdk.ui.result
Stores and provides access to the scanning result of the given type by ResultId
ResultWrapper - class in io.scanbot.sdk.ui.result
Result wrapper which points to the specific result in one of ResultRepository based on clazzTo get access to the full result object it is needed to do the following:val resultWrapper: ResultWrapper<GenericDocument> val result = ScanbotSDK(context).resultRepositoryForClass(resultWrapper.clazz).getResultAndErase(resultWrapper.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W