Hi @MIR.1 ,
I'm afraid there is not a direct flag telling you the sign of the tilt angle, as happens for the 6D orientation feature.
However, when the tilt interrupt (with the wake-up feature) rises, in that instant you could capture the data from the X, Y and Z axis, and check the sign of these values and compare it to the reference system you have chosen, to gain an indication on the direction of the interrupt (in the case shown by your picture, for example, assuming you are showing the X and the Z axis, you'll might have ++ sign for the tilt with angle "A" and -+ for the tilt with angle "B". It's a simplification since you have to pay attention to the 1g gravity vector along Z axis when the device is planar, and to all the other components when it is tilted.
Let me please know if this solution might be useful for you.
-Eleon