Class OkHiNotification

java.lang.Object
io.okhi.android_okverify.models.OkHiNotification

public class OkHiNotification extends Object
  • Constructor Details

    • OkHiNotification

      public OkHiNotification(@NonNull String title, @NonNull String text, @NonNull String channelId, @NonNull String channelName, @NonNull String channelDescription, int channelImportance)
    • OkHiNotification

      public OkHiNotification(@NonNull String title, @NonNull String text, @NonNull String channelId, @NonNull String channelName, @NonNull String channelDescription, int channelImportance, int notificationId, int notificationRequestCode)
  • Method Details

    • getChannelImportance

      public int getChannelImportance()
    • getChannelDescription

      public String getChannelDescription()
    • getChannelId

      public String getChannelId()
    • getChannelName

      public String getChannelName()
    • getText

      public String getText()
    • getTitle

      public String getTitle()
    • getNotificationId

      public int getNotificationId()
    • getNotificationRequestCode

      public int getNotificationRequestCode()