Package com.microblink.blinkid.view
Interface OrientationAllowedListener
public interface OrientationAllowedListener
Created by dodo on 07/10/14.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isOrientationAllowed
(Orientation orientation) Called in onOrientationChange.
-
Method Details
-
isOrientationAllowed
Called in onOrientationChange. Use it to determine if given orientation is allowed.- Parameters:
orientation
- Orientation of the device.- Returns:
- true if orientation is allowed, otherwise false
-