IF_FirebaseFollowHelperMessage
public struct IF_FirebaseFollowHelperMessage
IF_FirebaseFollowHelperからNSNotificationCenterへ発行されるメッセージ
notification.userInfoから詳細な情報を得る事ができます。
-
ログインユーザが他ユーザをフォローした際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let AddedFollow = "IF_FirebaseFollowHelperMessage_AddedFollow"
Parameters
uid
対象のuid
timestamp
処理日時(server)
-
フォロー追加処理に失敗した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let FailedFollow = "IF_FirebaseFollowHelperMessage_FailedFollow"
Parameters
uid
対象のuid
timestamp
処理日時(local)
error
エラー情報
-
フォロー追加処理完了時に通知されます
Attention
attention : ローカルの処理完了通知であり、サーバからの応答タイミングは保証しません。Declaration
Swift
public static let DidAddFollowProc = "IF_FirebaseFollowHelperMessage_DidAddFollowProc"
-
ログインユーザが他ユーザのフォローを解除した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let RemovedFollow = "IF_FirebaseFollowHelperMessage_RemovedFollow"
Parameters
uid
対象のuid
timestamp
フォロー日時
-
フォロー解除処理に失敗した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let FailedRemoveFollow = "IF_FirebaseFollowHelperMessage_FailedRemoveFollow"
Parameters
uid
対象のuid
timestamp
処理日時(local)
error
エラー情報
-
フォロー解除処理完了時に通知されます
Attention
attention : ローカルの処理完了通知であり、サーバからの応答タイミングは保証しません。Declaration
Swift
public static let DidRemoveFollowProc = "IF_FirebaseFollowHelperMessage_DidRemoveFollowProc"
-
他ユーザがログインユーザをフォローした際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let AddedFollower = "IF_FirebaseFollowHelperMessage_AddedFollower"
Parameters
uid
対象のuid
timestamp
フォロー日時
-
他ユーザがログインユーザのフォローを解除した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let RemovedFollower = "IF_FirebaseFollowHelperMessage_RemovedFollower"
Parameters
uid
対象のuid
timestamp
フォロー日時
-
ログインユーザが他ユーザをブロックした際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let AddedBlock = "IF_FirebaseFollowHelperMessage_AddedBlock"
Parameters
uid
対象のuid
timestamp
処理日時(server)
-
ブロック追加処理に失敗した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let FailedBlock = "IF_FirebaseFollowHelperMessage_FailedBlock"
Parameters
uid
対象のuid
timestamp
処理日時(local)
error
エラー情報
-
ブロック追加処理完了時に通知されます
Attention
attention : ローカルの処理完了通知であり、サーバからの応答タイミングは保証しません。Declaration
Swift
public static let DidAddBlockProc = "IF_FirebaseFollowHelperMessage_DidAddBlockProc"
-
ログインユーザが他ユーザのブロックを解除した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let RemovedBlock = "IF_FirebaseFollowHelperMessage_RemovedBlock"
Parameters
uid
対象のuid
timestamp
ブロック日時
-
ブロック解除処理に失敗した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let FailedRemoveBlock = "IF_FirebaseFollowHelperMessage_FailedRemoveBlock"
Parameters
uid
対象のuid
timestamp
処理日時(local)
error
エラー情報
-
ブロック解除処理完了時に通知されます
Attention
attention : ローカルの処理完了通知であり、サーバからの応答タイミングは保証しません。Declaration
Swift
public static let DidRemoveBlockProc = "IF_FirebaseFollowHelperMessage_DidRemoveBlockProc"
-
他ユーザがログインユーザをブロックした際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let BlockedFromSomeone = "IF_FirebaseFollowHelperMessage_BlockedFromSomeone"
Parameters
uid
対象のuid
timestamp
ブロック日時
-
他ユーザがログインユーザのブロックを解除した際に通知されます
notification.userInfoから詳細な情報を得る事ができます。
Declaration
Swift
public static let RemoveBlockFromSomeone = "IF_FirebaseFollowHelperMessage_RemoveBlockFromSomeone"
Parameters
uid
対象のuid
timestamp
ブロック日時