Ejemplo n.º 1
0
 def get_response(self, restore_state):
     return get_case_payload(restore_state)
Ejemplo n.º 2
0
 def get_response(self, restore_state):
     if restore_state.use_clean_restore:
         return get_case_payload(restore_state)
     else:
         return _batched_response(restore_state)
Ejemplo n.º 3
0
 def get_response(self, restore_state):
     if restore_state.use_clean_restore:
         return get_case_payload(restore_state)
     else:
         return _batched_response(restore_state)