Skip to content

Commit

Permalink
Merge pull request #595 from /issues/578-nullable-custom-object
Browse files Browse the repository at this point in the history
Nullable annotation in ActivationStatus.getCustomObject()
  • Loading branch information
hvge authored Jun 6, 2024
2 parents 6216809 + 38f6d6c commit d9eb48f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package io.getlime.security.powerauth.core;

import androidx.annotation.IntDef;
import androidx.annotation.Nullable;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
Expand Down Expand Up @@ -141,6 +142,7 @@ public final int getRemainingAttempts() {
/**
* @return custom dictionary received from the server together with the status.
*/
@Nullable
public Map<String, Object> getCustomObject() {
return customObject;
}
Expand Down

0 comments on commit d9eb48f

Please sign in to comment.