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ブロック日時
IF_FirebaseFollowHelperMessage Struct Reference